mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
b756b13ee2
MSDK supports JPEG YUY2 (422 chroma) output color format. The color format of input bitstream is described by JPEGChromaFormat and JPEGColorFormat fields in the mfxInfoMFX structure which is filled in by the MFXVideoDECODE_DecodeHeader function. To obtain lossless decoded output from 422 encoded JPEGs, we must set the output color format in the FourCC and ChromaFormat fields in the mfxFrameInfo structure to the appropriate values at post_configure so that they are propagated through to the srcpad caps accordingly. |
||
---|---|---|
.. | ||
androidmedia | ||
applemedia | ||
bluez | ||
d3dvideosink | ||
decklink | ||
directsound | ||
dshowdecwrapper | ||
dshowsrcwrapper | ||
dshowvideosink | ||
dvb | ||
fbdev | ||
ipcpipeline | ||
kms | ||
msdk | ||
nvdec | ||
nvenc | ||
opensles | ||
shm | ||
tinyalsa | ||
uvch264 | ||
wasapi | ||
winks | ||
winscreencap | ||
Makefile.am | ||
meson.build |