[Bug 781204] rawvideoparse: Looses GstVideoMeta while doing memory alignment

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 12 16:00:35 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781204

--- Comment #7 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
For the details, the VideoMeta is indeed set properly in ->process, but the
base class then run a memory alignment routine, which looses the GstVideoMeta.
GstVideoMeta has the Memory tag set, and copying GST_BUFFER_COPY_META will
ignore those meta with memory tag if there isn't also GST_BUFFER_COPY_MEMORY
flag being set.

-- 
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