Skip to content
  • Sreerenj Balachandran's avatar
    msdk: Add VC1 decoder (simple and main profiles) · 760e6e54
    Sreerenj Balachandran authored
    Adding Simple and Main profiles decode support.
    
    Currently msdkvc1dec is not capable to handle the codec_data,
    only instream headers are supported. Also msdk vc1 decoder
    expecting instream with Sequence header as per SMPTE 421M Annex L.
    
    Most of the decdoebin/playbin pipeline won't work with the above
    constraints
    because vc1parse is still not an autoplug element.
    
    Only way to make mskdvc1dec work is by connecting a vc1parse
    as an upstream element.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792589
    760e6e54