summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-08 11:58:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-08 11:58:51 +0000
commit92e16a65aeed6d38e42ace28b8e2b931e7995c40 (patch)
tree037bb035c3e99ba6cbbe81ddde20ece666e56f14 /ChangeLog
parentf8df008747a1726b9429215028d6ffac2f380fd2 (diff)
gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new playback segment in order to configure it pr...
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek), (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp), (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play), (gst_rtspsrc_change_state): More seeking fixes, mostly passing around the new playback segment in order to configure it properly. Also reset base_time of udp sources when setting them back to PLAYING as a temporary hack until core supports seek in live sources properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d9e071..6b3da5ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-10-08 Wim Taymans <wim.taymans@gmail.com>
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
+ (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
+ (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
+ (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
+ (gst_rtspsrc_change_state):
+ More seeking fixes, mostly passing around the new playback segment in
+ order to configure it properly.
+ Also reset base_time of udp sources when setting them back to PLAYING as
+ a temporary hack until core supports seek in live sources properly.
+
+2007-10-08 Wim Taymans <wim.taymans@gmail.com>
+
* gst/rtp/gstrtpmp4adepay.c:
Fix caps as to not confuse autopluggers.