GNOME Bugzilla – Bug 711411
rtpjitterbuffer: implement RTX statistics
Last modified: 2013-11-14 10:42:41 UTC
This patch exposes various RTX statistics to users of the rtpjitterbuffer element
Created attachment 258932 [details] [review] rtpjitterbuffer: implement rtx statistics
I would like to expose these stats with a GstStructure property for the following reasons: - it's like the stats of the RTPSource object - it allows atomic snapshots of all variables - it allows to add more properties later without having to add more properties
Created attachment 259674 [details] [review] rtpjitterbuffer: implement rtx statistics Updated to use a GstStructure for jitterbuffer statistics.
Improved it a little: commit b450d31503b794579a7e555eb3ad72e99447873e Author: Wim Taymans <wim.taymans@gmail.com> Date: Thu Nov 14 09:20:06 2013 +0100 rtpjitterbuffer: rename property to 'stats' This makes the unit test work. We can later also add more stats, not specific to retransmission. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711411 commit 22ceb80ba92a1b7ea939b10023ff874693d0f554 Author: Torrie Fischer <torrie.fischer@collabora.co.uk> Date: Tue Nov 12 11:19:25 2013 -0500 rtpjitterbuffer: implement rtx statistics