mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
31e43e26f0
commit
aac27f1d5f
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
* gst/gstregistry.c: (gst_registry_scan_path_level):
|
* gst/gstregistry.c: (gst_registry_scan_path_level):
|
||||||
|
|
|
@ -530,7 +530,7 @@ gst_value_get_mini_object (const GValue * value)
|
||||||
*
|
*
|
||||||
* Returns: mini object contents of @value
|
* Returns: mini object contents of @value
|
||||||
*
|
*
|
||||||
* Since: 0.10.19
|
* Since: 0.10.20
|
||||||
*/
|
*/
|
||||||
GstMiniObject *
|
GstMiniObject *
|
||||||
gst_value_dup_mini_object (const GValue * value)
|
gst_value_dup_mini_object (const GValue * value)
|
||||||
|
|
Loading…
Reference in a new issue