mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
rtpsource: use the right variable
Use the right variable for specifying that we sent a receiver report.
This commit is contained in:
parent
60c1a44917
commit
b5647685c4
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ rtp_source_create_stats (RTPSource * src)
|
|||
if (!internal) {
|
||||
/* get the last RB we sent */
|
||||
gst_structure_set (s,
|
||||
"sent-rb", G_TYPE_BOOLEAN, have_rb,
|
||||
"sent-rb", G_TYPE_BOOLEAN, src->last_rr.is_valid,
|
||||
"sent-rb-fractionlost", G_TYPE_UINT, (guint) src->last_rr.fractionlost,
|
||||
"sent-rb-packetslost", G_TYPE_INT, (gint) src->last_rr.packetslost,
|
||||
"sent-rb-exthighestseq", G_TYPE_UINT,
|
||||
|
|
Loading…
Reference in a new issue