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:
Sebastian Dröge 2008-10-27 09:04:37 +00:00
parent 4158cf510a
commit ebd13c46d4
3 changed files with 10 additions and 2 deletions

View file

@ -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>
Patch by: Sjoerd Simons <sjoerd at luon dot net>

View file

@ -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.
*
* Since: 0.10.11
* Since: 0.10.12
**/
g_object_class_install_property (gobject_class, PROP_CAPS,
g_param_spec_boxed ("filter-caps", "Filter caps",

View file

@ -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.
*
* Since: 0.10.11
* Since: 0.10.12
**/
g_object_class_install_property (gobject_class, PROP_CAPS,
g_param_spec_boxed ("filter-caps", "Filter caps",