From 8adccf0a5a384630ecc070eea7fdae34b409a29e Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 13 Sep 2004 19:38:42 +0000 Subject: [PATCH] gst/qtdemux/qtdemux.c: Don't touch non-existing data (fixes crash on file in #140147). Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps): Don't touch non-existing data (fixes crash on file in #140147). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index e803995d36..c495c715cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-13 Ronald S. Bultje + + * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps): + Don't touch non-existing data (fixes crash on file in #140147). + 2004-09-13 Ronald S. Bultje * gst/playback/gstplaybasebin.c: