[Bug 751071] New: applemedia: CMBlockBuffer can be non-contiguous
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 16 12:48:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751071
Bug ID: 751071
Summary: applemedia: CMBlockBuffer can be non-contiguous
Classification: Platform
Product: GStreamer
Version: git master
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: ilya.konstantinov at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The function that wraps Apple's CMBlockBuffer --
gst_core_media_buffer_wrap_block_buffer -- makes an incorrect assumption about
CMBlockBuffer being a single memory block, and uses CMBlockBufferGetDataLength
incorrectly.
In fact, they're more like our GstBuffer than GstMemory.
--
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