Implement event compression for new-media discont events
authorIain Holmes <iain@prettypeople.org>
Sun, 26 Sep 2004 21:32:20 +0000 (21:32 +0000)
committerIain Holmes <iain@prettypeople.org>
Sun, 26 Sep 2004 21:32:20 +0000 (21:32 +0000)
Original commit message from CVS:
Implement event compression for new-media discont events

ChangeLog

index 0193f9e..44b5dcd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,13 @@
 
 2004-09-26 Iain <iaingnome@gmail.com>
 
+       * gst/interleave/interleave.c (all_channels_new_media): Checks if all
+       the channels have received a new media event.
+       (interleave_buffered_loop): Compresses a new media event on all 
+       channels into one.
+
+2004-09-26 Iain <iaingnome@gmail.com>
+
        * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
        call the sinkpad's default event handler and not the srcpads. He also
        says this is confusing :)