summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-24 11:24:59 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-24 11:24:59 +0000
commit7735292ec2300a00b1f7778a4c91e60843b4cec9 (patch)
treea93ef32785ad120b48b3773ee39e931fb16cb136 /ChangeLog
parent2f003d73d5e1d16120c66fdcfe68a5df1aba2fbc (diff)
gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean type, trying to use gst_structure_get_int...
Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_setcaps): The "signed" field in audio caps is of boolean type, trying to use gst_structure_get_int() to extract it will fail. Fixing this makes matroskamux accept raw audio input (#387121) (use at your own risk though, due to the matroska spec being not entirely useful in this respect). Also fix up raw audio structures in template caps so that they represent what our setcaps function will actually accept, so that converters know what to convert to. Finally, don't fail if there isn't an "endianness" field in 8-bit PCM caps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5f011d3..43a84672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/matroska/matroska-mux.c:
+ (gst_matroska_mux_audio_pad_setcaps):
+ The "signed" field in audio caps is of boolean type, trying to use
+ gst_structure_get_int() to extract it will fail. Fixing this makes
+ matroskamux accept raw audio input (#387121) (use at your own risk
+ though, due to the matroska spec being not entirely useful in this
+ respect).
+ Also fix up raw audio structures in template caps so that they
+ represent what our setcaps function will actually accept, so that
+ converters know what to convert to.
+ Finally, don't fail if there isn't an "endianness" field in 8-bit
+ PCM caps.
+
2006-12-22 Stefan Kost <ensonic@users.sf.net>
* tests/check/elements/audiopanorama.c: (cleanup_panorama):