summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-08-16 09:48:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-08-16 09:48:26 +0000
commit6eedcfbc8c493079db829b5f67ccd1bd791c1313 (patch)
tree698ae29c418336a8acc2ed4c8262690e9eb75510 /ChangeLog
parent64faced49c74be6cfb7c8b215e7e782dec6ed5ee (diff)
gst/rtsp/gstrtpdec.c: Add pads after setting them up.
Original commit message from CVS: * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps): Add pads after setting them up. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init), (gst_rtspsrc_init), (gst_rtspsrc_finalize), (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause): * gst/rtsp/gstrtspsrc.h: Fix interleaved mode. - Protect streaming with lock. - Combine flows - set caps on outgoing buffers. - strip trailing \0 from data packets. - Configure RTP/RTCP in stream. Use DEBUG_OBJECT more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c352b7d..960a4df6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
2006-08-16 Wim Taymans <wim@fluendo.com>
+ * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
+ Add pads after setting them up.
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
+ (gst_rtspsrc_init), (gst_rtspsrc_finalize),
+ (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
+ (gst_rtspsrc_stream_setup_rtp),
+ (gst_rtspsrc_stream_configure_transport),
+ (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
+ (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
+ (gst_rtspsrc_pause):
+ * gst/rtsp/gstrtspsrc.h:
+ Fix interleaved mode.
+ - Protect streaming with lock.
+ - Combine flows
+ - set caps on outgoing buffers.
+ - strip trailing \0 from data packets.
+ - Configure RTP/RTCP in stream.
+ Use DEBUG_OBJECT more.
+
+2006-08-16 Wim Taymans <wim@fluendo.com>
+
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
Turn a g_print into a DEBUG line.