diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-04-05 08:36:55 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-04-05 08:36:55 +0000 |
commit | 57d1f628c8ccf54da2f2ecf647b4e8d882d183c0 (patch) | |
tree | 694b98ce45c1470f4cda6c168f1aff7d3169af46 /ChangeLog | |
parent | ab45a8ca343c326ed3609c80ea491bee6accdc96 (diff) | |
download | gst-plugins-bad-57d1f628c8ccf54da2f2ecf647b4e8d882d183c0.tar.gz gst-plugins-bad-57d1f628c8ccf54da2f2ecf647b4e8d882d183c0.tar.bz2 gst-plugins-bad-57d1f628c8ccf54da2f2ecf647b4e8d882d183c0.zip |
gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is explicitly configured.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
(gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
(gst_qtdemux_loop):
Use duration as segment stop position if none is
explicitly configured.
Also perform EOS when we run past the segment stop.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-04-05 Wim Taymans <wim@fluendo.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek), + (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie), + (gst_qtdemux_loop): + Use duration as segment stop position if none is + explicitly configured. + Also perform EOS when we run past the segment stop. + 2006-04-04 Wim Taymans <wim@fluendo.com> * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back), |