diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-21 13:47:43 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-21 13:47:43 +0000 |
| commit | 7e120f5dac90591e2eefb46ae8a1c88280aaa8ae (patch) | |
| tree | d62ae205b053037573b443cf3a645bb289b2f3d6 /ChangeLog | |
| parent | 9d494db510d6667140a86315b64d325ae38a98c1 (diff) | |
gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.
Original commit message from CVS:
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
(gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
* gst/udp/gstmultiudpsink.h:
Add a fixme for the auto-multicast property.
Fix some confusing debug messages.
Disable setting a qos value by default.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,14 @@ 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), + (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal): + * gst/udp/gstmultiudpsink.h: + Add a fixme for the auto-multicast property. + Fix some confusing debug messages. + Disable setting a qos value by default. + +2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Gustaf Räntilä <g dot rantila at gmail dot com> * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render): @@ -14,7 +23,7 @@ (gst_multiudpsink_set_property), (gst_multiudpsink_get_property), (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal): * gst/udp/gstmultiudpsink.h: - Add qos-dscp property to manage the Quality of service. + Add qos-dscp property to manage the Quality of service. Fixes #469917. 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk> |
