From 1d6ae92be7bea46843b651a120e85bb79d88423b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 9 Oct 2012 10:24:34 +0200 Subject: [PATCH] pad: small docs fixes and remove a 0.11 fixme --- gst/gstpad.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gstpad.h b/gst/gstpad.h index 676cd69f4f..0378b5abbb 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -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);