[Bug 778496] New: VTENC should support GLMemory
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Feb 11 15:09:10 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=778496
Bug ID: 778496
Summary: VTENC should support GLMemory
Classification: Platform
Product: GStreamer
Version: 1.11.1
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: socialmediamaster9000 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Currently vtenc caps disallow GLMemory. However, having tested this on iOS and
reviewed the code, it actually works using GLMemory. Since the underlying pixel
buffer is always a core media buffer,
pbuf = gst_core_media_buffer_get_pixel_buffer (frame->input_buffer);
this statement is valid whether the input_buffer's pixel buffer is GL buffer or
not.
Therefore, just changing the static caps works.
--
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