[Bug 769295] New: Broken compilation on RPi with latest rawaudioparse changes
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 29 07:17:26 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=769295
Bug ID: 769295
Summary: Broken compilation on RPi with latest rawaudioparse
changes
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: petroskataras at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The following is thrown when trying to compile the latest master on the RPi :
gstrawaudioparse.c:970:7: error: format '%lx' expects argument of type 'long
unsigned int', but argument 8 has type 'guint64' [-Werror=format=]
GST_DEBUG_OBJECT (raw_audio_parse,
^
gstrawaudioparse.c:977:7: error: format '%lx' expects argument of type 'long
unsigned int', but argument 8 has type 'guint64' [-Werror=format=]
GST_ERROR_OBJECT (raw_audio_parse,
Seems like gcc is too strict in this case..
--
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