summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-09-05 10:41:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-09-05 10:41:04 +0000
commite749213945c3089ee70597c66d96dd01142d8c6d (patch)
tree5d5f5d5ed2bb861d06305063cc3b39e81c59eba1
parent28954fd465d94f8c66c4430c8a508d15b2c79a3f (diff)
downloadgstreamer-plugins-bad-e749213945c3089ee70597c66d96dd01142d8c6d.tar.gz
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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c935e4bfe..9e373b4aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: