mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +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);
|
GstRtpSession *rtpsession = GST_RTP_SESSION (user_data);
|
||||||
GstEvent *event;
|
GstEvent *event;
|
||||||
|
GstPad *send_rtp_sink;
|
||||||
|
|
||||||
GST_RTP_SESSION_LOCK (rtpsession);
|
GST_RTP_SESSION_LOCK (rtpsession);
|
||||||
if (rtpsession->send_rtp_sink)
|
if (rtpsession->send_rtp_sink)
|
||||||
|
|
|
@ -626,6 +626,7 @@ gst_rtp_ssrc_demux_chain (GstPad * pad, GstObject * parent, GstBuffer * buf)
|
||||||
guint32 ssrc;
|
guint32 ssrc;
|
||||||
GstRTPBuffer rtp = { NULL };
|
GstRTPBuffer rtp = { NULL };
|
||||||
GstPad *srcpad;
|
GstPad *srcpad;
|
||||||
|
GstRtpSsrcDemuxPad *dpad;
|
||||||
|
|
||||||
demux = GST_RTP_SSRC_DEMUX (parent);
|
demux = GST_RTP_SSRC_DEMUX (parent);
|
||||||
|
|
||||||
|
@ -687,6 +688,7 @@ gst_rtp_ssrc_demux_rtcp_chain (GstPad * pad, GstObject * parent,
|
||||||
GstRTCPPacket packet;
|
GstRTCPPacket packet;
|
||||||
GstRTCPBuffer rtcp = { NULL, };
|
GstRTCPBuffer rtcp = { NULL, };
|
||||||
GstPad *srcpad;
|
GstPad *srcpad;
|
||||||
|
GstRtpSsrcDemuxPad *dpad;
|
||||||
|
|
||||||
demux = GST_RTP_SSRC_DEMUX (parent);
|
demux = GST_RTP_SSRC_DEMUX (parent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue