diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2007-01-19 13:06:07 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2007-01-19 13:06:07 +0000 |
| commit | 813c331abd53b1e0c99a93d374554412bdb8c7e3 (patch) | |
| tree | c5fb7870767e108c4c5f3abbdc5bf677239d3a57 /ChangeLog | |
| parent | 3206d6ee5e7096e90e631d96dc7ccb893c32f06a (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |
