From 95f52ab0d1fea779a64cc5774d0acc80acdf8a84 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Wed, 29 Apr 2009 18:52:20 +0100 Subject: [MOVED FROM BAD 56/57] flvmux: init variable to NULL to fix compiler warning Fixes #580786. --- gst/flv/gstflvmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/flv') diff --git a/gst/flv/gstflvmux.c b/gst/flv/gstflvmux.c index d0b6411d..dd27276a 100644 --- a/gst/flv/gstflvmux.c +++ b/gst/flv/gstflvmux.c @@ -631,7 +631,7 @@ gst_flv_mux_write_metadata (GstFlvMux * mux) } if (mux->have_video) { - GstPad *video_pad; + GstPad *video_pad = NULL; GSList *l = mux->collect->data; for (; l; l = l->next) { -- cgit