From 2410cd7a003e4ce9977453c946152b9c9c80f20e Mon Sep 17 00:00:00 2001 From: James Andrewartha Date: Fri, 15 May 2009 08:44:39 +0200 Subject: Fix compiler warnings Fixes bug #582715. --- gst/flv/gstflvmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/flv') diff --git a/gst/flv/gstflvmux.c b/gst/flv/gstflvmux.c index dd27276a..1cc91689 100644 --- a/gst/flv/gstflvmux.c +++ b/gst/flv/gstflvmux.c @@ -604,7 +604,7 @@ gst_flv_mux_write_metadata (GstFlvMux * mux) } else if (!strcmp (tag_name, GST_TAG_ARTIST) || !strcmp (tag_name, GST_TAG_TITLE)) { gchar *s; - const gchar *t; + const gchar *t = NULL; if (!strcmp (tag_name, GST_TAG_ARTIST)) t = "creator"; -- cgit