GNOME Bugzilla – Bug 660157
[0.11] [gstrtpbin] jitterbuffer and ssrdemux padnames have a %d instead of %u
Last modified: 2011-11-17 15:51:12 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.
Created attachment 197522 [details] [review] Proposed patch for the fix
This can only be changed in 0.11 because it's an API change.
fixed in 0.11