From aac27f1d5f6aebf3cb29036dc412a16ef67198ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 3 May 2008 19:23:43 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/gstminiobject.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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)