mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtp: Fix compilation errors in previous patches
This commit is contained in:
parent
86c13ceae6
commit
7300d489fe
2 changed files with 3 additions and 0 deletions
|
@ -2224,6 +2224,7 @@ gst_rtp_session_request_key_unit (RTPSession * sess,
|
|||
{
|
||||
GstRtpSession *rtpsession = GST_RTP_SESSION (user_data);
|
||||
GstEvent *event;
|
||||
GstPad *send_rtp_sink;
|
||||
|
||||
GST_RTP_SESSION_LOCK (rtpsession);
|
||||
if (rtpsession->send_rtp_sink)
|
||||
|
|
|
@ -626,6 +626,7 @@ gst_rtp_ssrc_demux_chain (GstPad * pad, GstObject * parent, GstBuffer * buf)
|
|||
guint32 ssrc;
|
||||
GstRTPBuffer rtp = { NULL };
|
||||
GstPad *srcpad;
|
||||
GstRtpSsrcDemuxPad *dpad;
|
||||
|
||||
demux = GST_RTP_SSRC_DEMUX (parent);
|
||||
|
||||
|
@ -687,6 +688,7 @@ gst_rtp_ssrc_demux_rtcp_chain (GstPad * pad, GstObject * parent,
|
|||
GstRTCPPacket packet;
|
||||
GstRTCPBuffer rtcp = { NULL, };
|
||||
GstPad *srcpad;
|
||||
GstRtpSsrcDemuxPad *dpad;
|
||||
|
||||
demux = GST_RTP_SSRC_DEMUX (parent);
|
||||
|
||||
|
|
Loading…
Reference in a new issue