summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-04 15:23:03 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-04 15:23:03 +0000
commit2d710d6c4c321aa12b99cd7d67793c6c5612ea01 (patch)
tree63eaf3191cedbe4f0b882600d06d2a831514573e
parent4a9f580c01590ba3d5158244e271721b96435ac5 (diff)
downloadgst-plugins-bad-2d710d6c4c321aa12b99cd7d67793c6c5612ea01.tar.gz
gst-plugins-bad-2d710d6c4c321aa12b99cd7d67793c6c5612ea01.tar.bz2
gst-plugins-bad-2d710d6c4c321aa12b99cd7d67793c6c5612ea01.zip
gst/matroska/matroska-demux.c: Fix EBML-laced block parsing. Diffs are relative to previous lace, not the first lace....
Original commit message from CVS: 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/matroska/matroska-demux.c: Fix EBML-laced block parsing. Diffs are relative to previous lace, not the first lace. Thanks to Mosu from the Matroska team for detecting this. (gst_matroska_demux_parse_blockgroup): * gst/wavparse/gstwavparse.c: (gst_wavparse_init), (gst_wavparse_parse_fmt), (gst_wavparse_getcaps), (gst_wavparse_handle_sink_event), (gst_wavparse_loop), (gst_wavparse_change_state): * gst/wavparse/gstwavparse.h: Quickfix for capsnego.
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea574697..4ae6163b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * gst/matroska/matroska-demux.c:
+ Fix EBML-laced block parsing. Diffs are relative to previous
+ lace, not the first lace. Thanks to Mosu from the Matroska
+ team for detecting this.
+ (gst_matroska_demux_parse_blockgroup):
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
+ (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
+ (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
+ (gst_wavparse_change_state):
+ * gst/wavparse/gstwavparse.h:
+ Quickfix for capsnego.
+
+2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
* gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
Fix indenting, fix pad creation.