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 439910 - [switch] Warning in a debug function (Mingw)
[switch] Warning in a debug function (Mingw)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-20 10:26 UTC by Vincent Torri
Modified: 2007-05-20 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-05-20 10:26:20 UTC
in gstswitch.c, I have that warning:

gstswitch.c: In function `gst_switch_chain':
gstswitch.c:275: warning: unknown conversion type character `r' in format
gstswitch.c:275: warning: too many arguments for format

I use MinGW. Actually, I don't know the %r conversion parameter. Maybe it's %p (at least, it works with %p).
Comment 1 Tim-Philipp Müller 2007-05-20 14:15:27 UTC
Thanks, should be fixed in CVS:

 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
        * gst/switch/gstswitch.c: (gst_switch_chain):
          Printf format fixes (#439910, #439911).