diff --git a/ChangeLog b/ChangeLog index 07a4820525..aad73d4c1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-03 Tim-Philipp Müller + + * 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 * gst/gstregistry.c: (gst_registry_scan_path_level): diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index c4d14f7052..46526b723f 100644 --- a/gst/gstminiobject.c +++ b/gst/gstminiobject.c @@ -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)