diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-09-26 21:32:20 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-09-26 21:32:20 +0000 |
commit | 36a2612f26ead0571678861c8fb3a8c106c1bf23 (patch) | |
tree | 310128367672435b71136455241482e491a900fd | |
parent | 0ada6af237bc17885a01e0a4343bc19c98bacb35 (diff) |
Implement event compression for new-media discont events
Original commit message from CVS:
Implement event compression for new-media discont events
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 :) |