mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
98e4967337
msdkenc supports CSC implicitly, so it is possible that two VPP processes are required when a pipeline contains msdkvpp and msdkenc. Before this fix, msdkvpp and msdkenc may share the same context, hence the same mfx session, which results in MFX_ERR_UNDEFINED_BEHAVIOR in MSDK because a mfx session has at most one VPP process only This fixes the broken pipelines below: gst-launch-1.0 videotestsrc ! video/x-raw,format=I420 ! msdkh264enc ! \ msdkh264dec ! msdkvpp ! video/x-raw,format=YUY2 ! fakesink gst-launch-1.0 videotestsrc ! msdkvpp ! video/x-raw,format=YUY2 ! \ msdkh264enc ! fakesink |
||
---|---|---|
.. | ||
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 |