Searched refs:have_sr (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcstats.c | 317 gboolean have_sr = FALSE; in _get_stats_from_rtp_source_stats() local 322 gst_structure_get (source_stats, "have-sr", G_TYPE_BOOLEAN, &have_sr, NULL); in _get_stats_from_rtp_source_stats() 469 if (have_sr) { in _get_stats_from_rtp_source_stats() 527 if (have_sr) { in _get_stats_from_rtp_source_stats()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsource.c | 384 gboolean have_sr; in rtp_source_create_stats() local 435 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats() 438 "have-sr", G_TYPE_BOOLEAN, have_sr, in rtp_source_create_stats()
|
D | gstrtpbin.c | 1697 gboolean have_sr, have_sdes; in gst_rtp_bin_handle_sync() local 1724 have_sr = FALSE; in gst_rtp_bin_handle_sync() 1735 if (have_sr) in gst_rtp_bin_handle_sync() 1746 have_sr = TRUE; in gst_rtp_bin_handle_sync() 1755 if (have_sdes || !have_sr) in gst_rtp_bin_handle_sync()
|