From b5647685c4688836581cf3bde925051f0a378987 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 27 Dec 2010 13:11:59 +0100 Subject: [PATCH] rtpsource: use the right variable Use the right variable for specifying that we sent a receiver report. --- gst/rtpmanager/rtpsource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 3d5b6c1f57..4a3af168a7 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -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,