summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpclient.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-13 09:20:55 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-13 09:20:55 +0000
commit92ef802b85cee35d834adcb842db386ed403424c (patch)
tree2dbe466243dcd9f04cb6f4bbb9be748c77e4e0f0 /gst/rtpmanager/gstrtpclient.c
parentea885f5afe2a266524a039d6d84ba3316158b091 (diff)
downloadgst-plugins-bad-92ef802b85cee35d834adcb842db386ed403424c.tar.gz
gst-plugins-bad-92ef802b85cee35d834adcb842db386ed403424c.tar.bz2
gst-plugins-bad-92ef802b85cee35d834adcb842db386ed403424c.zip
gst/rtpmanager/: Protect lists and structures with locks.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map), (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found), (create_recv_rtp), (gst_rtp_bin_request_new_pad): * gst/rtpmanager/gstrtpbin.h: * gst/rtpmanager/gstrtpclient.c: * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init), (gst_rtp_session_init), (gst_rtp_session_finalize), (gst_rtp_session_event_recv_rtp_sink), (gst_rtp_session_event_recv_rtcp_sink), (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_request_new_pad): Protect lists and structures with locks. Return FLOW_OK from RTCP messages for now.
Diffstat (limited to 'gst/rtpmanager/gstrtpclient.c')
-rw-r--r--gst/rtpmanager/gstrtpclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpclient.c b/gst/rtpmanager/gstrtpclient.c
index 422d57c6..34c8afb2 100644
--- a/gst/rtpmanager/gstrtpclient.c
+++ b/gst/rtpmanager/gstrtpclient.c
@@ -83,6 +83,7 @@ GST_STATIC_PAD_TEMPLATE ("rtp_src_%d_%d",
struct _GstRTPClientPrivate
{
+ gint foo;
};
/* all the info needed to handle the stream with SSRC */