summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-02-12 18:00:40 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2010-02-12 18:00:40 +0100
commit76f715cb8bf4776fe70c47ce66cd58c366fd32e8 (patch)
tree063e7108db5e3697e7eb58498b8ed4f685be41b6
parent5a2ae53bae0e79a8a6e6e6dff1e352fbe922dd50 (diff)
appsrc: fix Since tag
-rw-r--r--gst-libs/gst/app/gstappsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c
index 055be82d..98f1ef26 100644
--- a/gst-libs/gst/app/gstappsrc.c
+++ b/gst-libs/gst/app/gstappsrc.c
@@ -409,7 +409,7 @@ gst_app_src_class_init (GstAppSrcClass * klass)
* Make appsrc emit the "need-data" signal when the amount of bytes in the
* queue drops below this percentage of max-bytes.
*
- * Since: 0.10.26
+ * Since: 0.10.27
*/
g_object_class_install_property (gobject_class, PROP_MIN_PERCENT,
g_param_spec_uint ("min-percent", "Min Percent",