gst/gstpad.*: Added _CUSTOM error and success GstFlowReturn that can be used be eleme...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 23 May 2006 11:13:51 +0000 (11:13 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 23 May 2006 11:13:51 +0000 (11:13 +0000)
commit8bec13ec5391bc93965fd4a3cc56ab93b6e93857
treeb93d93f6207ea570a933d27aa6903b1725246465
parentda7cd3b635a931471158e72c8d54da3845b43d77
gst/gstpad.*: Added _CUSTOM error and success GstFlowReturn that can be used be elements internally.

Original commit message from CVS:
* gst/gstpad.c: (gst_flow_get_name), (gst_flow_to_quark):
* gst/gstpad.h:
Added _CUSTOM error and success GstFlowReturn that can be
used be elements internally.
Added macro to check for SUCCESS flowreturns.
API: GST_FLOW_CUSTOM_SUCCESS
API: GST_FLOW_CUSTOM_ERROR
API: GST_FLOW_IS_SUCCESS
* tests/check/gst/gstpad.c: (GST_START_TEST), (gst_pad_suite):
Added check for GstFlowReturn sanity.
ChangeLog
gst/gstpad.c
gst/gstpad.h
tests/check/gst/gstpad.c