summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-06-15 15:58:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-06-15 15:58:09 +0000
commite6ac90d8d8f639c51639d9b1b24e533c36702a74 (patch)
tree6bb610ba28978177b0cfe08ed28563fe4dcd7a73 /ChangeLog
parent212121536fc2c1fadd10ca0897759e965bcb4235 (diff)
downloadgst-plugins-bad-e6ac90d8d8f639c51639d9b1b24e533c36702a74.tar.gz
gst-plugins-bad-e6ac90d8d8f639c51639d9b1b24e533c36702a74.tar.bz2
gst-plugins-bad-e6ac90d8d8f639c51639d9b1b24e533c36702a74.zip
gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek), (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak): Combine return values from src pad pushes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 977e555f..037303af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-06-15 Wim Taymans <wim@fluendo.com>
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
+ (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
+ (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
+ Combine return values from src pad pushes.
+
+2006-06-15 Wim Taymans <wim@fluendo.com>
+
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
(gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
(gst_qtdemux_add_stream):