pad: two minor docs fixes
authorTim-Philipp Müller <tim@centricular.com>
Tue, 27 May 2014 12:36:29 +0000 (13:36 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 27 May 2014 12:37:05 +0000 (13:37 +0100)
gst/gstpad.c
gst/gstpad.h

index d702ea6..f98083c 100644 (file)
@@ -5714,7 +5714,7 @@ gst_pad_probe_info_get_buffer_list (GstPadProbeInfo * info)
 }
 
 /**
- * gst_pad_get_last_flowreturn:
+ * gst_pad_get_last_flow_return:
  * @pad: the #GstPad
  *
  * Gets the #GstFlowReturn return from the last data passed by this pad.
index 103253f..67ec70d 100644 (file)
@@ -1150,6 +1150,8 @@ struct _GstPadClass {
  * @pad: a #GstPad
  *
  * Gets the last flow return on this pad
+ *
+ * Since: 1.4
  */
 #define GST_PAD_LAST_FLOW_RETURN(pad)   (GST_PAD_CAST(pad)->ABI.abi.last_flowret)