summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-01-19 13:06:07 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-19 13:06:07 +0000
commit813c331abd53b1e0c99a93d374554412bdb8c7e3 (patch)
treec5fb7870767e108c4c5f3abbdc5bf677239d3a57 /ChangeLog
parent3206d6ee5e7096e90e631d96dc7ccb893c32f06a (diff)
gst/smpte/gstsmpte.c: Some more sanity checks to make sure the input formats match and the input pads are actually ne...
Original commit message from CVS: * gst/smpte/gstsmpte.c: (gst_smpte_collected): Some more sanity checks to make sure the input formats match and the input pads are actually negotiated, in case someone tries to feed buffers from fakesrc or filesrc. Fixes #398299. Also const-ify an array, just because we can.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5888d325..d730e72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/smpte/gstsmpte.c: (gst_smpte_collected):
+ Some more sanity checks to make sure the input formats match and the
+ input pads are actually negotiated, in case someone tries to feed
+ buffers from fakesrc or filesrc. Fixes #398299.
+ Also const-ify an array, just because we can.
+
2007-01-19 Edward Hervey <edward@fluendo.com>
* gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):