[Bug 747707] applemedia: expose GstCoreMediaMeta to app

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Apr 26 19:50:20 PDT 2015


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

--- Comment #3 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
avfassetsrc:

 * output: CMSampleBuffer
           -> CMBlockBuffer (if audio)
           -> CVImageBuffer (if video)

avfvideosrc:

 * output: CMSampleBuffer
           -> CVImageBuffer

vtenc:

 * input:  CVImageBuffer
 * output: CMSampleBuffer

vtdec:

 * input:  CMSampleBuffer
 * output: CVImageBuffer

avsamplevideosink:

 * input:  CMSampleBuffer

- - -

CVImageBuffer, in addition to CVPixelBuffer, can also be CVOpenGLBuffer
(Mac-only) and CVOpenGL(ES)Texture.

Since, we don't populate GstBuffer with GstMemory when configured with
"meta:GstCoreVideoBuffer" caps, we don't actually care -- we just pass the
CVImageBufferRef to the framework.

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