From 4683ff80d3a9535f92708a8966c3d2793294ee48 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 26 Sep 2007 20:12:52 +0000 Subject: gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp), (gst_rtspsrc_close): * gst/rtsp/gstrtspsrc.h: Set timestamps on RTP buffers in interleaved mode. Mark first buffers with a DISCONT. Remove flush hack now that sync for live sources has been figured out. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 545855c5..4f485971 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-09-26 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), + (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved), + (gst_rtspsrc_loop_udp), (gst_rtspsrc_close): + * gst/rtsp/gstrtspsrc.h: + Set timestamps on RTP buffers in interleaved mode. + Mark first buffers with a DISCONT. + Remove flush hack now that sync for live sources has been figured out. + 2007-09-26 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_create): -- cgit