Searched refs:GstRTSPTransport (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtsptransport.h | 107 typedef struct _GstRTSPTransport GstRTSPTransport; typedef 175 GstRTSPResult gst_rtsp_transport_new (GstRTSPTransport **transport); 178 GstRTSPResult gst_rtsp_transport_init (GstRTSPTransport *transport); 181 GstRTSPResult gst_rtsp_transport_parse (const gchar *str, GstRTSPTransport *transport); 184 gchar* gst_rtsp_transport_as_text (GstRTSPTransport *transport); 193 GstRTSPResult gst_rtsp_transport_get_media_type (GstRTSPTransport *transport, 197 GstRTSPResult gst_rtsp_transport_free (GstRTSPTransport *transport);
|
D | gstrtsptransport.c | 156 gst_rtsp_transport_new (GstRTSPTransport ** transport) in gst_rtsp_transport_new() 158 GstRTSPTransport *trans; in gst_rtsp_transport_new() 162 trans = g_new0 (GstRTSPTransport, 1); in gst_rtsp_transport_new() 178 gst_rtsp_transport_init (GstRTSPTransport * transport) in gst_rtsp_transport_init() 185 memset (transport, 0, sizeof (GstRTSPTransport)); in gst_rtsp_transport_init() 249 gst_rtsp_transport_get_media_type (GstRTSPTransport * transport, in gst_rtsp_transport_get_media_type() 267 get_default_lower_trans (GstRTSPTransport * transport) in get_default_lower_trans() 316 parse_mode (GstRTSPTransport * transport, const gchar * str) in parse_mode() 388 rtsp_transport_mode_as_text (const GstRTSPTransport * transport) in rtsp_transport_mode_as_text() 400 rtsp_transport_profile_as_text (const GstRTSPTransport * transport) in rtsp_transport_profile_as_text() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_ppc32.h | 57 {"GstRTSPTransport", sizeof (GstRTSPTransport), 92},
|
D | struct_i386_osx.h | 57 {"GstRTSPTransport", sizeof (GstRTSPTransport), 76},
|
D | struct_x86_64.h | 57 {"GstRTSPTransport", sizeof (GstRTSPTransport), 120},
|
D | struct_i386.h | 57 {"GstRTSPTransport", sizeof (GstRTSPTransport), 92},
|
D | struct_ppc64.h | 57 {"GstRTSPTransport", sizeof (GstRTSPTransport), 120},
|
D | struct_arm.h | 57 {"GstRTSPTransport", sizeof (GstRTSPTransport), 76},
|
D | struct_aarch64.h | 57 {"GstRTSPTransport", sizeof (GstRTSPTransport), 120},
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 3897 add_retransmission (GstRTSPSrc * src, GstRTSPTransport * transport) in add_retransmission() 3983 GstRTSPTransport * transport) in gst_rtspsrc_stream_configure_manager() 4238 GstRTSPTransport * transport, GstPad ** outpad) in gst_rtspsrc_stream_configure_tcp() 4328 GstRTSPTransport * transport, const gchar ** destination, gint * min, in gst_rtspsrc_get_transport_info() 4376 GstRTSPTransport * transport, GstPad ** outpad) in gst_rtspsrc_stream_configure_mcast() 4477 GstRTSPTransport * transport, GstPad ** outpad) in gst_rtspsrc_stream_configure_udp() 4567 GstRTSPStream * stream, GstRTSPTransport * transport) in gst_rtspsrc_stream_configure_udp_sinks() 4750 GstRTSPTransport * transport) in gst_rtspsrc_stream_configure_transport() 7146 GstRTSPTransport transport = { 0 }; in gst_rtsp_src_setup_stream_from_response()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 58542 rtsp: Add FIXME 2.0 comment about GstRTSPTransport being an enum instead of flags 133020 …gst-libs/gst/rtsp/gstrtsptransport.h: Make the GstRTSPTransport struct members public as there are… 133023 Make the GstRTSPTransport struct members public as there are no
|