libs/gst/base/gstbasetransform.c: Fix long property description for QoS.
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 14 Jan 2008 11:40:55 +0000 (11:40 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 14 Jan 2008 11:40:55 +0000 (11:40 +0000)
Original commit message from CVS:
* libs/gst/base/gstbasetransform.c:
Fix long property description for QoS.

ChangeLog
common
libs/gst/base/gstbasetransform.c

index 82cf5dd..884e45c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-14  Stefan Kost  <ensonic@users.sf.net>
+
+       * libs/gst/base/gstbasetransform.c:
+         Fix long property description for QoS.
+
 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
 
        * gst/gst.c:
diff --git a/common b/common
index c67241e..36e8d05 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c67241ed5661b56da42c9f35f5be27ac738a5d00
+Subproject commit 36e8d05157d6c831e0d3919ae2ee9c342498eda8
index fc9f967..35bdf11 100644 (file)
@@ -339,7 +339,7 @@ gst_base_transform_class_init (GstBaseTransformClass * klass)
       GST_DEBUG_FUNCPTR (gst_base_transform_get_property);
 
   g_object_class_install_property (gobject_class, PROP_QOS,
-      g_param_spec_boolean ("qos", "QoS", "handle QoS messages",
+      g_param_spec_boolean ("qos", "QoS", "Handle Quality-of-Service events",
           DEFAULT_PROP_QOS, G_PARAM_READWRITE));
 
   gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_base_transform_finalize);