From 813c331abd53b1e0c99a93d374554412bdb8c7e3 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 19 Jan 2007 13:06:07 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected): -- cgit