summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:04:37 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:04:37 +0000
commitebd13c46d4bb7aa680908157d03aabb4e17a3426 (patch)
treee07bc0250db4de971aaeedccb577dcbdb3b3b9c2
parent4158cf510a44b78fae32298d6a8fd408ade3ff1f (diff)
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.
-rw-r--r--ChangeLog8
-rw-r--r--gst/autodetect/gstautoaudiosrc.c2
-rw-r--r--gst/autodetect/gstautovideosrc.c2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 035ae317..871e4433 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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>
* ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
diff --git a/gst/autodetect/gstautoaudiosrc.c b/gst/autodetect/gstautoaudiosrc.c
index 04f7a6fa..8e23490a 100644
--- a/gst/autodetect/gstautoaudiosrc.c
+++ b/gst/autodetect/gstautoaudiosrc.c
@@ -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",
diff --git a/gst/autodetect/gstautovideosrc.c b/gst/autodetect/gstautovideosrc.c
index 1a8f768e..d542178e 100644
--- a/gst/autodetect/gstautovideosrc.c
+++ b/gst/autodetect/gstautovideosrc.c
@@ -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",