gst/autodetect/: Fix "Since" tags in the documentation.
Original commit message from CVS: * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_class_init): * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_class_init): Fix "Since" tags in the documentation.
This commit is contained in:
parent
4158cf510a
commit
ebd13c46d4
@ -1,3 +1,11 @@
|
|||||||
|
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/autodetect/gstautoaudiosrc.c:
|
||||||
|
(gst_auto_audio_src_class_init):
|
||||||
|
* gst/autodetect/gstautovideosrc.c:
|
||||||
|
(gst_auto_video_src_class_init):
|
||||||
|
Fix "Since" tags in the documentation.
|
||||||
|
|
||||||
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
Patch by: Sjoerd Simons <sjoerd at luon dot net>
|
Patch by: Sjoerd Simons <sjoerd at luon dot net>
|
||||||
|
@ -114,7 +114,7 @@ gst_auto_audio_src_class_init (GstAutoAudioSrcClass * klass)
|
|||||||
*
|
*
|
||||||
* This property can only be set before the element goes to the READY state.
|
* This property can only be set before the element goes to the READY state.
|
||||||
*
|
*
|
||||||
* Since: 0.10.11
|
* Since: 0.10.12
|
||||||
**/
|
**/
|
||||||
g_object_class_install_property (gobject_class, PROP_CAPS,
|
g_object_class_install_property (gobject_class, PROP_CAPS,
|
||||||
g_param_spec_boxed ("filter-caps", "Filter caps",
|
g_param_spec_boxed ("filter-caps", "Filter caps",
|
||||||
|
@ -112,7 +112,7 @@ gst_auto_video_src_class_init (GstAutoVideoSrcClass * klass)
|
|||||||
*
|
*
|
||||||
* This property can only be set before the element goes to the READY state.
|
* This property can only be set before the element goes to the READY state.
|
||||||
*
|
*
|
||||||
* Since: 0.10.11
|
* Since: 0.10.12
|
||||||
**/
|
**/
|
||||||
g_object_class_install_property (gobject_class, PROP_CAPS,
|
g_object_class_install_property (gobject_class, PROP_CAPS,
|
||||||
g_param_spec_boxed ("filter-caps", "Filter caps",
|
g_param_spec_boxed ("filter-caps", "Filter caps",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user