summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-06-02 13:28:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-06-02 13:28:46 +0000
commitccdc8a185b50816cb3dd42b57db27260e0f4c88d (patch)
tree1daeb8b14dc1ddbb467b7ffac79a35c512044b35 /ChangeLog
parent43938880847ce29f2082df8c7ca8e5b1b9afe5f0 (diff)
downloadgst-plugins-bad-ccdc8a185b50816cb3dd42b57db27260e0f4c88d.tar.gz
gst-plugins-bad-ccdc8a185b50816cb3dd42b57db27260e0f4c88d.tar.bz2
gst-plugins-bad-ccdc8a185b50816cb3dd42b57db27260e0f4c88d.zip
gst/udp/: Use NetBuffer and small cleanups.
Original commit message from CVS: * gst/udp/Makefile.am: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type), (gst_multiudpsink_base_init), (gst_multiudpsink_class_init), (gst_multiudpsink_init), (gst_multiudpsink_finalize), (gst_multiudpsink_get_times), (gst_multiudpsink_render), (gst_multiudpsink_set_property), (gst_multiudpsink_init_send), (gst_multiudpsink_add), (client_compare), (free_client), (gst_multiudpsink_remove), (gst_multiudpsink_clear), (gst_multiudpsink_get_stats): * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type), (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start), (gst_udpsrc_unlock), (gst_udpsrc_stop): Use NetBuffer and small cleanups. Implement client removal in multiudpsink.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c018903d..71ae55b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2005-06-02 Wim Taymans <wim@fluendo.com>
+ * gst/udp/Makefile.am:
+ * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
+ (gst_multiudpsink_base_init), (gst_multiudpsink_class_init),
+ (gst_multiudpsink_init), (gst_multiudpsink_finalize),
+ (gst_multiudpsink_get_times), (gst_multiudpsink_render),
+ (gst_multiudpsink_set_property), (gst_multiudpsink_init_send),
+ (gst_multiudpsink_add), (client_compare), (free_client),
+ (gst_multiudpsink_remove), (gst_multiudpsink_clear),
+ (gst_multiudpsink_get_stats):
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
+ (gst_udpsrc_base_init), (gst_udpsrc_class_init),
+ (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
+ (gst_udpsrc_unlock), (gst_udpsrc_stop):
+ Use NetBuffer and small cleanups.
+ Implement client removal in multiudpsink.
+
+2005-06-02 Wim Taymans <wim@fluendo.com>
+
* gst/rtsp/README:
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
(gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),