[Bug 740899] New: video-info: Add plane size information
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Nov 29 11:29:24 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=740899
GStreamer | gst-plugins-base | git
Summary: video-info: Add plane size information
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: nicolas.dufresne at collabora.co.uk
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
In certain cases one could want to implement a video buffer pool that allocate
each plane separately. The problem is that figuring-out correct plane sizes
from a GstVideoInfo is not really possible. Though, it's really easy to
calculate it when filling up plane information inside video info
implementation. A known use case is the gl buffer pool and memory. For the gl
upload uses case, it uses one malloced buffer per plane to download/upload
from/to the textures. Keeping these on sync. When comes time to allocate the
plane, it current uses video info offset differences to figure-out the size.
The problems starts when we try to implement GstVideoAlignment. After running
gst_video_info_align(), the offset technique to deduce the plane sizes does not
work any-more.
--
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