mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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)
|
PadType padtype)
|
||||||
{
|
{
|
||||||
struct ForwardStickyEventData fdata;
|
struct ForwardStickyEventData fdata;
|
||||||
GstPad *sinkpad;
|
GstPad *sinkpad = NULL;
|
||||||
|
|
||||||
if (padtype == RTP_PAD)
|
if (padtype == RTP_PAD)
|
||||||
sinkpad = demux->rtp_sink;
|
sinkpad = demux->rtp_sink;
|
||||||
|
|
Loading…
Reference in a new issue