mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
libs/gst/base/gstbasetransform.c: Fix long property description for QoS.
Original commit message from CVS: * libs/gst/base/gstbasetransform.c: Fix long property description for QoS.
This commit is contained in:
parent
f2c36159ef
commit
e8d69fc551
3 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c67241ed5661b56da42c9f35f5be27ac738a5d00
|
||||
Subproject commit 36e8d05157d6c831e0d3919ae2ee9c342498eda8
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue