summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-11-20 14:30:40 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-11-20 14:30:40 +0000
commitfe7d1d7ae0ffabbd19ace6900e1dd9b83e22e95c (patch)
tree20644be2749a57bc7622f24b0ea08a31a7565aa9 /ChangeLog
parent968bee1f95d6c399ce32a1ae5fa1cd4e2d5b2744 (diff)
gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_id in the recently added Dirac paths
Original commit message from CVS: * gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_id in the recently added Dirac paths
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c013a6a..8a894bd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
+ * gst/matroska/matroska-mux.c:
+ Fix NULL pointer dereference of an unset codec_id in the recently
+ added Dirac paths
+
+2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
+
* tests/check/Makefile.am:
Just keep disabling elements that hang the states test until it
works.