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 660157 - [0.11] [gstrtpbin] jitterbuffer and ssrdemux padnames have a %d instead of %u
[0.11] [gstrtpbin] jitterbuffer and ssrdemux padnames have a %d instead of %u
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other All
: Normal trivial
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-26 17:36 UTC by Sujay
Modified: 2011-11-17 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch for the fix (2.17 KB, patch)
2011-09-26 22:05 UTC, Sujay
none Details | Review

Description Sujay 2011-09-26 17:36:03 UTC
In gstrtpbin.c and gstrtpssrcdemux.c, the ssrcdemuxer and jitterbuffer padnames use ssrc which is a guint, in forming the padnames. However %d formatter is used while creating those pads, as a result when debugging the pipeline graphs with dot files, the SSRC's greater than positive integer range show up as negative numbers.
Comment 1 Sujay 2011-09-26 22:05:26 UTC
Created attachment 197522 [details] [review]
Proposed patch for the fix
Comment 2 Sebastian Dröge (slomo) 2011-09-27 09:58:53 UTC
This can only be changed in 0.11 because it's an API change.
Comment 3 Wim Taymans 2011-11-17 15:51:12 UTC
fixed in 0.11