diff options
-rw-r--r-- | gst/flv/gstflvmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |