You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit changed how Flags are handled, which is cleaner but too restrictive: ac888ae
Unfortunately, that breaks using org.freedesktop.gstreamer.gst.Buffer.map when using the flag GstGL.MAP_GL = 131072, defined in GstGL-1.0.gir. Without that, you cannot read GL frames from gstreamer when using java-gi, which is needed when using a shared context between gtk and gstreamer to display hardware GL video frames.
The text was updated successfully, but these errors were encountered:
This commit changed how Flags are handled, which is cleaner but too restrictive: ac888ae
Unfortunately, that breaks using
org.freedesktop.gstreamer.gst.Buffer.map
when using the flagGstGL.MAP_GL = 131072
, defined in GstGL-1.0.gir. Without that, you cannot read GL frames from gstreamer when using java-gi, which is needed when using a shared context between gtk and gstreamer to display hardware GL video frames.The text was updated successfully, but these errors were encountered: