gst/udp/gstmultiudpsink.c: Fix setting the qos.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 23 Sep 2008 17:31:22 +0000 (17:31 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 23 Sep 2008 17:31:22 +0000 (17:31 +0000)
Original commit message from CVS:
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
Fix setting the qos.

ChangeLog
gst/udp/gstmultiudpsink.c

index 7e2a854..7b8316d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
+       Fix setting the qos.
+
 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
 
        * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
index e08613e..2044c83 100644 (file)
@@ -547,7 +547,7 @@ gst_multiudpsink_set_property (GObject * object, guint prop_id,
       udpsink->loop = g_value_get_boolean (value);
       break;
     case PROP_QOS_DSCP:
-      udpsink->qos_dscp = g_value_get_uint (value);
+      udpsink->qos_dscp = g_value_get_int (value);
       gst_multiudpsink_setup_qos_dscp (udpsink);
       break;
     default: