rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERT

This commit is contained in:
Sebastian Dröge 2014-06-29 19:59:53 +02:00
parent 5500dd4a20
commit bbca040336

View file

@ -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;