summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-10-15 15:42:29 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-10-15 15:42:29 +0000
commit1297b556c723f1a3ea92aba22eccd27b02c6c25c (patch)
tree9edea25f52b628f72faa58ca5d19091c2a93fe51 /ChangeLog
parent8e8e2bf4513b238ed4f0ba6d32e88db60f8e91dc (diff)
gst/avi/gstavidemux.c: Skip entries for streams that don't have a output pad yet, thereby avoiding calling pad functi...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan): Skip entries for streams that don't have a output pad yet, thereby avoiding calling pad functions with a NULL pad. Fixes #556424
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb020d1f..58410d52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
+ * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
+ Skip entries for streams that don't have a output pad yet, thereby
+ avoiding calling pad functions with a NULL pad.
+ Fixes #556424
+
+2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
+
* gst/qtdemux/qtdemux.c: Remove previous wrong commit
* tests/check/elements/icydemux.c: (icydemux_found_pad):
Remove problematic and useless refcount check.