va: connecting avdec_h264 with vapostproc crashes
This pipeline crashes after a couple frames:
gst-launch-1.0 filesrc location=video.mp4 ! parsebin ! avdec_h264 ! vapostproc hue=1 ! xvimagesink
Because gst_buffer_make_writable()
, in gstvideodecoder.c, returns NULL.