diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-05-17 19:39:53 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-05-17 19:39:53 +0000 |
commit | 68274949197be739ff3b51f9e4e092e002055324 (patch) | |
tree | 48894dd7b13cd737945a1d8a776f926190b8c2a9 /ChangeLog | |
parent | 838e10c219faf33022c241d09acc74bd674e35e1 (diff) | |
download | gst-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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() |