From 62db462298d2c4332a53e52648c7925ce6843332 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Wed, 29 Apr 2009 18:52:20 +0100 Subject: 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/gstflvmux.c') 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 v1.2.1