pad: small docs fixes and remove a 0.11 fixme
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 9 Oct 2012 08:24:34 +0000 (10:24 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 9 Oct 2012 08:24:34 +0000 (10:24 +0200)
gst/gstpad.h

index 676cd69..0378b5a 100644 (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);