diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-05-11 15:09:39 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-05-11 15:09:39 +0000 |
| commit | 02fa0a79929d7e5e4202e6421945b739d5f47514 (patch) | |
| tree | dcbc2a0e02e76b6640b90eca6a084a9844463bab /ChangeLog | |
| parent | 5bc71b661d5f3b3902fc1ccde5026472c75fa2e3 (diff) | |
gst/rtsp/: Preliminary seek support.
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
(gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
(gst_rtspsrc_handle_src_event),
(gst_rtspsrc_stream_configure_manager),
(gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
(gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
(gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
* gst/rtsp/gstrtspsrc.h:
* gst/rtsp/rtspdefs.h:
Preliminary seek support.
Activate internal pads so that we can receive events on them.
Don't try to parse a range string when it's NULL.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2007-05-11 Wim Taymans <wim@fluendo.com> + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), + (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek), + (gst_rtspsrc_handle_src_event), + (gst_rtspsrc_stream_configure_manager), + (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved), + (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open), + (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): + * gst/rtsp/gstrtspsrc.h: + * gst/rtsp/rtspdefs.h: + Preliminary seek support. + Activate internal pads so that we can receive events on them. + Don't try to parse a range string when it's NULL. + +2007-05-11 Wim Taymans <wim@fluendo.com> + * gst/rtp/README: Update README with new RTP variables that will be used for synchronisation. |
