summaryrefslogtreecommitdiffstats
path: root/gst/flv
diff options
context:
space:
mode:
authorTristan Matthews <le.businessman@gmail.com>2009-04-29 18:52:20 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-12 21:21:02 +0200
commit95f52ab0d1fea779a64cc5774d0acc80acdf8a84 (patch)
tree05b5a547202577c73a781282964283cc1d105cbc /gst/flv
parent189838532bb8c62310c38e6cee34dd0c4a8f2073 (diff)
[MOVED FROM BAD 56/57] flvmux: init variable to NULL to fix compiler warning
Fixes #580786.
Diffstat (limited to 'gst/flv')
-rw-r--r--gst/flv/gstflvmux.c2
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) {