Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Unknown picture structure #1139

Closed
xhaihao opened this issue Jan 25, 2019 · 0 comments · Fixed by #2288
Closed

Unknown picture structure #1139

xhaihao opened this issue Jan 25, 2019 · 0 comments · Fixed by #2288
Assignees
Labels
bug P1 Very important to be fixed

Comments

@xhaihao
Copy link
Contributor

xhaihao commented Jan 25, 2019

The picture structure in the output parameters returned from
MFXVideoDECODE_Query() is set to MFX_PICSTRUCT_UNKNOWN for some codecs.
The structure of the corresponding mfx surfaces created for decoding is
unknown if we pass the returned parameters from MFXVideoDECODE_Query() to MFXVideoDECODE_Init(), a pipeline using these mfx surfaces as the
input surfaces for next video process will be broken by unknown picture structure.

Example command line to reproduce the issue:

gst-launch-1.0 filesrc location=input_vp8.webm ! matroskademux !
msdkvp8dec ! msdkvpp ! fakesink

@dvrogozh dvrogozh added bug P1 Very important to be fixed labels Oct 7, 2019
@egorovdanil egorovdanil self-assigned this Aug 10, 2020
egorovdanil added a commit to egorovdanil/MediaSDK that referenced this issue Aug 17, 2020
egorovdanil added a commit to egorovdanil/MediaSDK that referenced this issue Aug 17, 2020
dmitryermilov pushed a commit that referenced this issue Sep 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug P1 Very important to be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants