gst/gstminiobject.c: Fix 'Since:' version in gst_value_dup_mini_object() docs blurb: this function was not in the uns...

Original commit message from CVS:
* gst/gstminiobject.c: (gst_value_get_mini_object):
Fix 'Since:' version in gst_value_dup_mini_object() docs blurb: this
function was not in the unscheduled 0.10.19 release.
This commit is contained in:
Tim-Philipp Müller 2008-05-03 19:23:43 +00:00
parent 31e43e26f0
commit aac27f1d5f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/gstminiobject.c: (gst_value_get_mini_object):
Fix 'Since:' version in gst_value_dup_mini_object() docs blurb: this
function was not in the unscheduled 0.10.19 release.
2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/gstregistry.c: (gst_registry_scan_path_level):

View file

@ -530,7 +530,7 @@ gst_value_get_mini_object (const GValue * value)
*
* Returns: mini object contents of @value
*
* Since: 0.10.19
* Since: 0.10.20
*/
GstMiniObject *
gst_value_dup_mini_object (const GValue * value)