summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-05-17 19:39:53 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-05-17 19:39:53 +0000
commit68274949197be739ff3b51f9e4e092e002055324 (patch)
tree48894dd7b13cd737945a1d8a776f926190b8c2a9 /ChangeLog
parent838e10c219faf33022c241d09acc74bd674e35e1 (diff)
downloadgst-plugins-bad-68274949197be739ff3b51f9e4e092e002055324.tar.gz
gst-plugins-bad-68274949197be739ff3b51f9e4e092e002055324.tar.bz2
gst-plugins-bad-68274949197be739ff3b51f9e4e092e002055324.zip
gst/interleave/deinterleave.*: Queue events until src pads were added and they can be sent. Otherwise downstream will...
Original commit message from CVS: * gst/interleave/deinterleave.c: (gst_deinterleave_finalize), (gst_deinterleave_init), (gst_deinterleave_sink_event), (gst_deinterleave_process), (gst_deinterleave_sink_activate_push): * gst/interleave/deinterleave.h: Queue events until src pads were added and they can be sent. Otherwise downstream will never get the first newsegment event.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e866440a..c2acd67a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
+ (gst_deinterleave_init), (gst_deinterleave_sink_event),
+ (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
+ * gst/interleave/deinterleave.h:
+ Queue events until src pads were added and they can be sent. Otherwise
+ downstream will never get the first newsegment event.
+
+2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
(gst_deinterleave_getcaps):
Always set the channel positions when gst_audio_get_channel_positions()