Home
last modified time | relevance | path

Searched refs:gst_rtmp_connection_get_stats (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.h93 GstStructure * gst_rtmp_connection_get_stats (GstRtmpConnection * connection);
Drtmpconnection.c1392 gst_rtmp_connection_get_stats (GstRtmpConnection * self) in gst_rtmp_connection_get_stats() function
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2src.c784 self->stats = gst_rtmp_connection_get_stats (self->connection); in gst_rtmp2_src_task_func()
1019 s = gst_rtmp_connection_get_stats (self->connection); in gst_rtmp2_src_get_stats()
Dgstrtmp2sink.c990 self->stats = gst_rtmp_connection_get_stats (self->connection); in gst_rtmp2_sink_task_func()
1222 s = gst_rtmp_connection_get_stats (self->connection); in gst_rtmp2_sink_get_stats()
/third_party/gstreamer/gstplugins_bad/
DChangeLog28893 rtmp2: Add gst_rtmp_connection_get_stats and _get_null_stats