No subject
Mon Jan 28 08:41:14 PST 2013
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