[Bug 790793] CineForm plugin for GStreamer bad

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 24 16:17:58 UTC 2017


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

--- Comment #5 from emeric.grange at gmail.com ---
Related to the pixel formats, we added BGR/A 10 and 12 bits with your help last
march I believe, but did not started using them because we were already
shipping an older GStreamer version. I think these are the closest to internal
pixel format used by the codec, and it was always planned to transition to
them.

Internally you can have YUV 422 10 bits, RGB 444 12 bits and RGBA 4444 12 bits.
There is a way to get what mode is used by a video.

The pixel formats supported by the SDK are specified here:
https://github.com/gopro/cineform-sdk/blob/master/Common/CFHDTypes.h but many
of them are not corresponding to what you would expect them to describe. I'm
not sure what formats are native (or close enough), and what formats use an
internal converter.

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