mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERT
This commit is contained in:
parent
5500dd4a20
commit
bbca040336
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue