summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-04-05 08:36:55 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-04-05 08:36:55 +0000
commit57d1f628c8ccf54da2f2ecf647b4e8d882d183c0 (patch)
tree694b98ce45c1470f4cda6c168f1aff7d3169af46 /ChangeLog
parentab45a8ca343c326ed3609c80ea491bee6accdc96 (diff)
downloadgst-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba756a6c..af32ee9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),