[Bug 660157] New: [gstrtpbin] jitterbuffer and ssrdemux padnames have a %d instead of %u

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 26 10:36:08 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=660157
  GStreamer | gst-plugins-good | 0.10.x

           Summary: [gstrtpbin] jitterbuffer and ssrdemux padnames have a
                    %d instead of %u
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: All
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sdatar at cisco.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list