From 46d94158bc695821a8bf896398907aef1c6c126a Mon Sep 17 00:00:00 2001 From: Henrik Eriksson Date: Wed, 21 May 2008 10:51:52 +0000 Subject: gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of service. Original commit message from CVS: Patch by: Henrik Eriksson * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp), (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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 86dec22f..6395bd0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-05-21 Wim Taymans + + Patch by: Henrik Eriksson + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), + (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp), + (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. + 2008-05-21 Wim Taymans * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process): -- cgit