Tool/software: Linux
Hi,
I am trying to overlay a buffer of PNG images in real-time to a h264 encoded video stream. I am testing with the following pipeline:
gst-launch-1.0 -v videotestsrc ! video/x-raw, width=800, height=480, framerate=30/1 ! \ ducatih264enc ! decodebin ! \ video/x-raw, format=NV12 ! vpe ! video/x-raw, format=RGB ! \ videomixer name=mix sink_0::alpha=1 sink_1::alpha=0.7 ! \ waylandsink sync=true \ multifilesrc location="target.png" index=0 stop-index=1 loop=true caps="image/png,framerate=\(fraction\)30/1" ! pngdec ! videorate ! mix.
When I run the above pipeline, I get an error:
WARNING: erroneous pipeline: could not link vpe0 to mix