diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-04-04 11:20:58 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-04-04 11:20:58 +0000 |
commit | ab45a8ca343c326ed3609c80ea491bee6accdc96 (patch) | |
tree | bbe6c0612d432ce9fa15cb90b341915387f74073 /ChangeLog | |
parent | 5397755230715f27e2f1f19652f34e5ad172ef0a (diff) | |
download | gst-plugins-bad-ab45a8ca343c326ed3609c80ea491bee6accdc96.tar.gz gst-plugins-bad-ab45a8ca343c326ed3609c80ea491bee6accdc96.tar.bz2 gst-plugins-bad-ab45a8ca343c326ed3609c80ea491bee6accdc96.zip |
gst/qtdemux/qtdemux.c: More cleanups, added comments.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
(gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
(gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
(gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
More cleanups, added comments.
Mark discontinuities on outgoing buffers.
Post better errors when something goes wrong.
Handle EOS and segment end properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2006-04-04 Wim Taymans <wim@fluendo.com> + * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back), + (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek), + (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop), + (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak): + More cleanups, added comments. + Mark discontinuities on outgoing buffers. + Post better errors when something goes wrong. + Handle EOS and segment end properly. + +2006-04-04 Wim Taymans <wim@fluendo.com> + * gst/qtdemux/qtdemux.c: (gst_qtdemux_init), (gst_qtdemux_push_event), (gst_qtdemux_go_back), (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek), |