rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERT
This commit is contained in:
parent
5500dd4a20
commit
bbca040336
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user