mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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
3 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue