diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-06-14 15:59:56 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-06-14 15:59:56 +0000 |
commit | 778a0bf950696d4eae1071b4a49bcccf2225bfe4 (patch) | |
tree | 3f26bea81800918f4c2a846ad322bab4330647c5 /ChangeLog | |
parent | 4d4c2a55208567c6785dc1fc162403e61c93d87a (diff) |
ext/dv/gstdvdec.c: Reset segment info on flush.
Original commit message from CVS:
* ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
(gst_dvdec_finalize), (gst_dvdec_sink_event),
(gst_dvdec_change_state):
Reset segment info on flush.
Alloc segment in _init, free in _finalize.
* ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
Don't send segments twice.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2006-06-14 Wim Taymans <wim@fluendo.com> + * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init), + (gst_dvdec_finalize), (gst_dvdec_sink_event), + (gst_dvdec_change_state): + Reset segment info on flush. + Alloc segment in _init, free in _finalize. + + * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek): + Don't send segments twice. + +2006-06-14 Wim Taymans <wim@fluendo.com> + * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame): Respect segment.stop. Fixes #342592. |