[Bug 701362] New: GST_VIDEO_CAPS_RGB8_PALETTED causes literal-suffix warning
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri May 31 07:00:52 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=701362
GStreamer | don't know | 0.10.36
Summary: GST_VIDEO_CAPS_RGB8_PALETTED causes literal-suffix
warning
Classification: Platform
Product: GStreamer
Version: 0.10.36
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: don't know
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: mstahl at redhat.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=245734)
View: https://bugzilla.gnome.org/attachment.cgi?id=245734
Review: https://bugzilla.gnome.org/review?bug=701362&attachment=245734
patch to avoid the warning
GCC 4.8.0 on Fedora 19 beta with C++11 enabled:
/usr/include/gstreamer-0.10/gst/video/video.h:345:7: error: invalid suffix on
literal; C++11 requires a space between literal and identifier
[-Werror=literal-suffix]
"width = "GST_VIDEO_SIZE_RANGE" , " \
^
/usr/include/gstreamer-0.10/gst/video/video.h:347:7: error: invalid suffix on
literal; C++11 requires a space between literal and identifier
[-Werror=literal-suffix]
"framerate = "GST_VIDEO_FPS_RANGE
^
i'll attach a patch to fix it
--
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