Searched refs:TransportStream (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | transportstream.c | 33 G_DEFINE_TYPE (TransportStream, transport_stream, GST_TYPE_OBJECT); 44 transport_stream_get_caps_for_pt (TransportStream * stream, guint pt) in transport_stream_get_caps_for_pt() 58 transport_stream_get_pt (TransportStream * stream, const gchar * encoding_name, in transport_stream_get_pt() 84 transport_stream_get_all_pt (TransportStream * stream, in transport_stream_get_all_pt() 117 TransportStream *stream = TRANSPORT_STREAM (object); in transport_stream_set_property() 146 TransportStream *stream = TRANSPORT_STREAM (object); in transport_stream_get_property() 166 TransportStream *stream = TRANSPORT_STREAM (object); in transport_stream_dispose() 196 TransportStream *stream = TRANSPORT_STREAM (object); in transport_stream_finalize() 207 TransportStream *stream = TRANSPORT_STREAM (object); in transport_stream_constructed() 306 transport_stream_init (TransportStream * stream) in transport_stream_init() [all …]
|
D | transportstream.h | 30 …bj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBRTC_TRANSPORT_STREAM,TransportStream)) 77 TransportStream * transport_stream_new (GstWebRTCBin * webrtc, 79 int transport_stream_get_pt (TransportStream * stream, 82 int * transport_stream_get_all_pt (TransportStream * stream, 85 GstCaps * transport_stream_get_caps_for_pt (TransportStream * stream,
|
D | webrtctransceiver.h | 41 TransportStream *stream; 66 TransportStream * stream);
|
D | transportsendbin.h | 44 TransportStream *stream; /* parent transport stream */
|
D | fwd.h | 48 typedef struct _TransportStream TransportStream; typedef
|
D | transportreceivebin.h | 45 TransportStream *stream; /* parent transport stream */
|
D | gstwebrtcstats.c | 109 TransportStream * stream, const GstStructure * source_stats, in _get_stats_from_remote_rtp_source_stats() 209 TransportStream * stream, const GstStructure * source_stats, in _get_stats_from_rtp_source_stats() 701 TransportStream * stream, const gchar * codec_id, guint ssrc, in _get_stats_from_transport_channel() 866 TransportStream *stream; in _get_stats_from_pad()
|
D | gstwebrtcbin.c | 642 typedef gboolean (*FindTransportFunc) (TransportStream * p1, 645 static TransportStream * 652 TransportStream *stream = g_ptr_array_index (webrtc->priv->transports, i); in _find_transport() 662 match_stream_for_session (TransportStream * trans, guint * session) in match_stream_for_session() 667 static TransportStream * 670 TransportStream *stream; in _find_transport_for_session() 1116 TransportStream *stream = trans->stream; in _collate_ice_gathering_states() 2192 TransportStream *stream = g_ptr_array_index (webrtc->priv->transports, i); in gst_webrtc_bin_attach_tos() 2239 static TransportStream * 2243 TransportStream *ret; in _create_transport_channel() [all …]
|
D | gstwebrtcbin.h | 113 TransportStream *data_channel_transport;
|
D | webrtctransceiver.c | 53 TransportStream * stream) in webrtc_transceiver_set_transport()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 28486 unassociated transceivers in the list with no TransportStream
|