diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-03 09:03:19 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-03 09:03:19 +0000 |
commit | 53bad8dd1ec0bab6c8f9c089964bcd0c70256410 (patch) | |
tree | 6f628b393afa2661b826681243deacd176b76495 /ChangeLog | |
parent | 04ec61127d13245e133344e98df767de1dfb1e94 (diff) | |
download | gst-plugins-bad-53bad8dd1ec0bab6c8f9c089964bcd0c70256410.tar.gz gst-plugins-bad-53bad8dd1ec0bab6c8f9c089964bcd0c70256410.tar.bz2 gst-plugins-bad-53bad8dd1ec0bab6c8f9c089964bcd0c70256410.zip |
gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() function and register the GstInterleavePad t...
Original commit message from CVS:
* gst/interleave/interleave.c:
(gst_interleave_check_channel_positions),
(gst_interleave_set_channel_positions),
(gst_interleave_class_init):
Use new gst_audio_check_channel_positions() function and register
the GstInterleavePad type from a threadsafe context.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-06-03 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/interleave/interleave.c: + (gst_interleave_check_channel_positions), + (gst_interleave_set_channel_positions), + (gst_interleave_class_init): + Use new gst_audio_check_channel_positions() function and register + the GstInterleavePad type from a threadsafe context. + 2008-06-02 Michael Smith <msmith@songbirdnest.com> * configure.ac: |