summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2007-09-26 16:30:50 +0000
committerJulien Moutte <julien@moutte.net>2007-09-26 16:30:50 +0000
commit188ce39697a43b0aac433ba55c6f496399d52843 (patch)
tree6293f85952a3d75c3a76698bf563a6d2876de086 /ChangeLog
parenta37eba036b6f0c545f14ec17cd2c37b2ca5167a4 (diff)
downloadgst-plugins-bad-188ce39697a43b0aac433ba55c6f496399d52843.tar.gz
gst-plugins-bad-188ce39697a43b0aac433ba55c6f496399d52843.tar.bz2
gst-plugins-bad-188ce39697a43b0aac433ba55c6f496399d52843.zip
gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first one. (Fix a stupid bug i introduced with...
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): codec_data is needed for every tag not just the first one. (Fix a stupid bug i introduced without testing)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e77f0605..9a7e3498 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2007-09-26 Julien MOUTTE <julien@moutte.net>
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
+ (gst_flv_parse_tag_video): codec_data is needed for every tag
+ not just the first one. (Fix a stupid bug i introduced without
+ testing)
+
+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.