summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-14 11:28:41 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-14 11:28:41 +0000
commit40131326b34f2075b35a4e6ccc0af139cd5080f7 (patch)
tree02f2d8598a3bf0d4139c1eca949367eab0c2da11 /ChangeLog
parenta969a074c0570e362d1658edc88e3afbacc84ea1 (diff)
gst/matroska/matroska-demux.c: No language specified means the implied language is English according to the matroska ...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): No language specified means the implied language is English according to the matroska spec (partially fixes #344708); add some more debug output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de09581f..27da9e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
+ No language specified means the implied language is English
+ according to the matroska spec (partially fixes #344708);
+ add some more debug output.
+
+2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
(gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
(gst_wavparse_chain):