-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The following pipeline produces artifacts on the background every other frame on the develop branch:
gst-launch-1.0 \
videotestsrc is-live=true num-buffers=5 ! "video/x-raw,format=NV12, width=640, height=480,framerate=30/1" ! queue ! mosaic.sink_0 \
videotestsrc is-live=true pattern=ball num-buffers=5 ! "video/x-raw,format=NV12, width=640, height=480, framerate=30/1" ! queue ! mosaic.sink_1 \
videotestsrc pattern=ball num-buffers=2 ! "video/x-raw,format=NV12, width=1290, height=970, framerate=30/1" ! queue ! mosaic.background \
tiovxmosaic name=mosaic \
sink_0::startx=650 \
sink_0::starty=0 \
sink_1::startx=0 \
sink_1::starty=490 \
! "video/x-raw,format=NV12" ! videoconvert ! pngenc ! multifilesink location=/tmp/image_%d.png
This only happens if the source of the background pad has num-buffers=2. However, when using more buffers the background stream only alternates between two frames.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working