From bbca040336a1477032f2baf675c5750cc7b21960 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 29 Jun 2014 19:59:53 +0200 Subject: [PATCH] rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERT --- gst/rtpmanager/gstrtpssrcdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpssrcdemux.c b/gst/rtpmanager/gstrtpssrcdemux.c index 5395567..0f4b23c 100644 --- a/gst/rtpmanager/gstrtpssrcdemux.c +++ b/gst/rtpmanager/gstrtpssrcdemux.c @@ -215,7 +215,7 @@ forward_initial_events (GstRtpSsrcDemux * demux, guint32 ssrc, GstPad * pad, PadType padtype) { struct ForwardStickyEventData fdata; - GstPad *sinkpad; + GstPad *sinkpad = NULL; if (padtype == RTP_PAD) sinkpad = demux->rtp_sink; -- 2.7.4