gst/: Printf format fixes (#476128).

Original commit message from CVS:
Patch by: Peter Kjellerstedt  <pkj at axis com>
* gst-libs/gst/app/gstappsink.c:
* gst/flv/gstflvdemux.c:
* gst/flv/gstflvparse.c:
* gst/interleave/deinterleave.c:
* gst/switch/gstswitch.c:
Printf format fixes (#476128).
This commit is contained in:
Peter Kjellerstedt 2007-09-12 08:38:21 +00:00 committed by Tim-Philipp Müller
parent 3b78ab50ef
commit eb2aee1b34

View file

@ -223,7 +223,7 @@ no_channels:
static GstFlowReturn
gst_deinterleave_process (GstDeinterleave * self, GstBuffer * buf)
{
GstFlowReturn ret;
GstFlowReturn ret = GST_FLOW_OK; /* initialized to silence a warning */
GList *srcs;
guint bufsize, i, j, channels, pads_pushed, nframes;
GstBuffer **buffers_out;