After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560841 - Provide access to packet loss
Provide access to packet loss
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-14 20:02 UTC by Tristan Matthews
Modified: 2008-11-20 20:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Adds a readable packet-loss property to RTPSource (2.60 KB, patch)
2008-11-14 20:03 UTC, Tristan Matthews
none Details | Review
Adds a readable packet-loss property to RTPSource (2.62 KB, patch)
2008-11-14 20:17 UTC, Tristan Matthews
none Details | Review

Description Tristan Matthews 2008-11-14 20:02:33 UTC
I would like to see read-only properties in gstrtpbin (or its children) which provide info on packet-loss and jitter. I have made a patch that adds a packet-loss property to RTPSource. I would appreciate feedback on this patch.
Comment 1 Tristan Matthews 2008-11-14 20:03:43 UTC
Created attachment 122686 [details] [review]
Adds a readable packet-loss property to RTPSource

This patch is untested but builds.
Comment 2 Tristan Matthews 2008-11-14 20:17:40 UTC
Created attachment 122687 [details] [review]
Adds a readable packet-loss property to RTPSource

Property is a readable 32 bit int.
Comment 3 Wim Taymans 2008-11-20 20:11:26 UTC
Added stats property to RTPSource that returns a GstStructure that contains this and much more.