Delayed linking fails when requesting non NV12 colorspaces from decodebin
@florent.thiery
Submitted by Florent Thiery Link to original bug (#772457)
Description
The following pipeline crashes (Internal data stream error):
gst-launch-1.0 filesrc location=bbb-1920-1080-30.mp4 num-buffers=180 ! decodebin ! videoscale ! video/x-raw,\ format=(string)I420,\ width=(int)1920,\ height=(int)1080,\ framerate=(fraction)30/1 ! filesink location=samples/tmp.raw
WARNING: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0: Delayed linking failed.
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0: Internal data stream error.
Sample: http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4
This didn't fail on 1.8.3, and i checked that it does not happen when vaapi is not present.