mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtpssrcdemux: Fix uninitialized variable compiler warning
This commit is contained in:
parent
b6bfc512e8
commit
0f05d3e5a5
1 changed files with 2 additions and 0 deletions
|
@ -722,6 +722,8 @@ gst_rtp_ssrc_demux_iterate_internal_links_sink (GstPad * pad)
|
|||
prefix = "src_";
|
||||
else if (pad == demux->rtcp_sink)
|
||||
prefix = "rtcp_src_";
|
||||
else
|
||||
g_assert_not_reached ();
|
||||
|
||||
it = gst_element_iterate_src_pads (GST_ELEMENT (demux));
|
||||
|
||||
|
|
Loading…
Reference in a new issue