flvmux: init variable to NULL to fix compiler warning

Fixes #580786.
This commit is contained in:
Tristan Matthews 2009-04-29 18:52:20 +01:00 committed by Tim-Philipp Müller
parent 9a0c38e01e
commit 62db462298

View file

@ -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) {