[Webkit-unassigned] [Bug 122932] New: [GStreamer] Too many arguments for format in WebKitWebAudioSourceGStreamer.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 18:09:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122932

           Summary: [GStreamer] Too many arguments for format in
                    WebKitWebAudioSourceGStreamer.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: b.long at cablelabs.com


>From the build output:

  CXX      Source/WebCore/platform/graphics/gstreamer/libWebCoreGtk_la-MediaPlayerPrivateGStreamer.lo
../../Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp: In function 'void webKitWebAudioSrcLoop(WebKitWebAudioSrc*)':
../../Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:392:470: warning: too many arguments for format [-Wformat-extra-args]
             GST_ELEMENT_ERROR(src, CORE, PAD, ("Internal WebAudioSrc error"), ("Failed to push buffer on %s", GST_DEBUG_PAD_NAME(pad)));

Looking at the documentation for GST_DEBUG_PAD_NAME:

> Evaluates to 2 strings, that describe the pad. Often used in debugging statements. 

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html#GST-DEBUG-PAD-NAME:CAPS

The documentation is the same in GStreamer 0.10 also:

https://developer.gnome.org/gstreamer/0.10/gstreamer-GstInfo.html#GST-DEBUG-PAD-NAME:CAPS

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



More information about the webkit-unassigned mailing list