Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c812 GValue source_stats_v = G_VALUE_INIT; in rtp_session_create_stats() local
827 g_value_init (&source_stats_v, G_TYPE_VALUE_ARRAY); in rtp_session_create_stats()
828 g_value_take_boxed (&source_stats_v, source_stats); in rtp_session_create_stats()
829 gst_structure_take_value (s, "source-stats", &source_stats_v); in rtp_session_create_stats()