[MOVED FROM BAD 56/57] 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 Sebastian Dröge
parent 189838532b
commit 95f52ab0d1

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