diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-03-24 19:46:59 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-03-24 19:46:59 +0000 |
commit | d0b8c40cec16ecef4b270d39c3e88bf4d0d3cda3 (patch) | |
tree | da2af8608ea0fde502dee3d7a91ff9f5de21d708 /ChangeLog | |
parent | 628d19135f4c559c51d396ace9bbb899624d6bd9 (diff) | |
download | gst-plugins-bad-d0b8c40cec16ecef4b270d39c3e88bf4d0d3cda3.tar.gz gst-plugins-bad-d0b8c40cec16ecef4b270d39c3e88bf4d0d3cda3.tar.bz2 gst-plugins-bad-d0b8c40cec16ecef4b270d39c3e88bf4d0d3cda3.zip |
gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging input caps into 1-channel output caps (I...
Original commit message from CVS:
* gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
Remove 'channel-positions' field when munging input caps into
1-channel output caps (I guess technically we should set the
position for each channel on the output caps if it's non-NONE,
but I'll save that as a task for another day).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-03-24 Tim-Philipp Müller <tim at centricular dot net> + + * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps): + Remove 'channel-positions' field when munging input caps into + 1-channel output caps (I guess technically we should set the + position for each channel on the output caps if it's non-NONE, + but I'll save that as a task for another day). + 2007-03-23 Michael Smith <msmith@fluendo.com> * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init), |