pad: small docs fixes and remove a 0.11 fixme

This commit is contained in:
Wim Taymans 2012-10-09 10:24:34 +02:00
parent 8c09762c9c
commit 1d6ae92be7

View file

@ -154,7 +154,6 @@ typedef enum {
* Note that the custom return values should not be exposed outside of the
* element scope.
*/
/* FIXME 0.11: remove custom flow returns */
typedef enum {
/* custom success starts here */
GST_FLOW_CUSTOM_SUCCESS_2 = 102,
@ -563,6 +562,8 @@ GstBufferList* gst_pad_probe_info_get_buffer_list (GstPadProbeInfo * info);
* blocking type.
*
* The callback is allowed to modify the data pointer in @info.
*
* Returns: a #GstPadProbeReturn
*/
typedef GstPadProbeReturn (*GstPadProbeCallback) (GstPad *pad, GstPadProbeInfo *info,
gpointer user_data);