diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-10-08 11:58:51 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-10-08 11:58:51 +0000 |
| commit | 92e16a65aeed6d38e42ace28b8e2b931e7995c40 (patch) | |
| tree | 037bb035c3e99ba6cbbe81ddde20ece666e56f14 /ChangeLog | |
| parent | f8df008747a1726b9429215028d6ffac2f380fd2 (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |
