diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-05-03 19:23:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-05-03 19:23:43 +0000 |
commit | aac27f1d5f6aebf3cb29036dc412a16ef67198ac (patch) | |
tree | 5e5ea0f59437e02a129029effab3cf46c56f5d47 /gst/gstminiobject.c | |
parent | 31e43e26f08da4c6853da965a76720392aa55b64 (diff) |
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.
Diffstat (limited to 'gst/gstminiobject.c')
-rw-r--r-- | gst/gstminiobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index c4d14f705..46526b723 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) |