summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2004-09-26 21:32:20 +0000
committerIain Holmes <iain@prettypeople.org>2004-09-26 21:32:20 +0000
commit4b0f6eeab68e5ea27e3506aea07d4bdd4c730936 (patch)
tree74edb61bd1f4fff42375aabe5d94a4550b82b26c
parent1592bec3c4ba9f1e99843fac8826623e350be034 (diff)
downloadgst-plugins-bad-4b0f6eeab68e5ea27e3506aea07d4bdd4c730936.tar.gz
gst-plugins-bad-4b0f6eeab68e5ea27e3506aea07d4bdd4c730936.tar.bz2
gst-plugins-bad-4b0f6eeab68e5ea27e3506aea07d4bdd4c730936.zip
Implement event compression for new-media discont events
Original commit message from CVS: Implement event compression for new-media discont events
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0193f9ef..44b5dcd5 100644
--- 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 :)