[Bug 763044] New: Enable qmlglsink on Rasperry PI
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 3 15:00:20 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=763044
Bug ID: 763044
Summary: Enable qmlglsink on Rasperry PI
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: serge.borovkov at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 322987
--> https://bugzilla.gnome.org/attachment.cgi?id=322987&action=edit
Enable qmlgl sink on RPI
Currently qmlglsink is not built on RPI. Attached patch adds code that's
necessary to get it working there.
I had to also modify gstegl.h locally to get it compiled as well but I am not
sure if that's the issue on my side:
#pragma GCC optimize(gnu89-inline")
This is causing build error since this setting is not compatible with C++.
Should I add #if !defined(__cplusplus) in gstegl.h to my attachment as well for
that?
--
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