summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2007-09-26 11:17:08 +0000
committerJulien Moutte <julien@moutte.net>2007-09-26 11:17:08 +0000
commita37eba036b6f0c545f14ec17cd2c37b2ca5167a4 (patch)
treeaf44d76c946d9950e54f17969479ad954c4675ee /ChangeLog
parent1af510f8d54ddeb58f1c8e6db3f4fe45d21dd026 (diff)
downloadgst-plugins-bad-a37eba036b6f0c545f14ec17cd2c37b2ca5167a4.tar.gz
gst-plugins-bad-a37eba036b6f0c545f14ec17cd2c37b2ca5167a4.tar.bz2
gst-plugins-bad-a37eba036b6f0c545f14ec17cd2c37b2ca5167a4.zip
gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the codec_tags and sample rates correctly.
Original commit message from CVS: 2007-09-26 Julien MOUTTE <julien@moutte.net> * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Fix bit masks operations to be sure we detect the codec_tags and sample rates correctly. Fix raw audio caps generation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72a3b6d8..e77f0605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-26 Julien MOUTTE <julien@moutte.net>
+
+ * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
+ (gst_flv_parse_tag_video): Fix bit masks operations to be
+ sure we detect the codec_tags and sample rates correctly.
+ Fix raw audio caps generation.
+
2007-09-24 Stefan Kost <ensonic@users.sf.net>
* ext/audioresample/gstaudioresample.c: