GNOME Bugzilla – Bug 701362
GST_VIDEO_CAPS_RGB8_PALETTED causes literal-suffix warning
Last modified: 2013-05-31 22:10:29 UTC
Created attachment 245734 [details] [review] 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
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 699009 ***