Searched refs:rtpfunnel (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpfunnel.h | 38 GST_ELEMENT_REGISTER_DECLARE (rtpfunnel);
|
D | gstrtpmanager.c | 55 ret |= GST_ELEMENT_REGISTER (rtpfunnel, plugin); in plugin_init()
|
D | gstrtpfunnel.c | 92 GST_ELEMENT_REGISTER_DEFINE (rtpfunnel, "rtpfunnel", GST_RANK_NONE,
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.h | 72 GstElement *rtpfunnel; member
|
D | gstwebrtcbin.c | 4547 if (!webrtc->rtpfunnel) { in _connect_input_stream() 4570 gst_element_request_pad_simple (webrtc->rtpfunnel, pad_name); in _connect_input_stream() 5230 if (webrtc->rtpfunnel) in _connect_rtpfunnel() 5233 webrtc->rtpfunnel = gst_element_factory_make ("rtpfunnel", NULL); in _connect_rtpfunnel() 5234 gst_bin_add (GST_BIN (webrtc), webrtc->rtpfunnel); in _connect_rtpfunnel() 5235 gst_element_sync_state_with_parent (webrtc->rtpfunnel); in _connect_rtpfunnel() 5241 gst_element_link (webrtc->rtpfunnel, queue); in _connect_rtpfunnel()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpfunnel.c | 517 GST_CHECK_MAIN (rtpfunnel)
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 75 [ 'elements/rtpfunnel' ],
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 1442 * tests/check/elements/rtpfunnel.c: 1443 rtpfunnel: fix extmap handling on accept-caps 1499 * tests/check/elements/rtpfunnel.c: 1500 rtpfunnel: don't enforce twcc during upstream negotiation 1501 A previous patch has caused rtpfunnel to output twcc-related 6300 use it in rtpfunnel. 6967 * tests/check/elements/rtpfunnel.c: 6968 rtpfunnel: Also forward custom sticky event 7692 rtpfunnel: protect internal srccaps with lock 7701 rtpfunnel: copy caps before sending them in a caps-event [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 1956 That is because they need to be placed before the rtpfunnel, which 7755 Placing the clocksync before the rtpbin and rtpfunnel synchronizes each
|