diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-09-05 10:41:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-09-05 10:41:04 +0000 |
commit | e749213945c3089ee70597c66d96dd01142d8c6d (patch) | |
tree | 5d5f5d5ed2bb861d06305063cc3b39e81c59eba1 | |
parent | 28954fd465d94f8c66c4430c8a508d15b2c79a3f (diff) | |
download | gst-plugins-bad-e749213945c3089ee70597c66d96dd01142d8c6d.tar.gz gst-plugins-bad-e749213945c3089ee70597c66d96dd01142d8c6d.tar.bz2 gst-plugins-bad-e749213945c3089ee70597c66d96dd01142d8c6d.zip |
ext/flac/gstflacdec.c: Fix source pad template factory caps (we can do up to 6 channels and multiple depths)
Original commit message from CVS:
* ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory):
Fix source pad template factory caps (we can do up to 6 channels
and multiple depths)
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_parse_contents):
Fix minor (hypothetical) logic error.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-09-05 Tim-Philipp Müller <tim at centricular dot net> + + * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory): + Fix source pad template factory caps (we can do up to 6 channels + and multiple depths) + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_parse_contents): + Fix minor (hypothetical) logic error. + 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |