Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batched processing hangs waiting for EOS #182

Open
m-herrera opened this issue Feb 2, 2022 · 0 comments
Open

Batched processing hangs waiting for EOS #182

m-herrera opened this issue Feb 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@m-herrera
Copy link
Contributor

The following pipeline hangs waiting for EOS, needs to be killed with Ctrl+C

gst-launch-1.0                                                   \
videotestsrc is-live=true num-buffers=20 pattern=0  ! mux.       \
tiovxmux name=mux ! "video/x-raw(memory:batched), format=RGB, width=320, height=240" !  fakesink -e
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0: Internal data stream error.
Additional debug info:
../gstreamer-1.16.3/libs/gst/base/gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0:
streaming stopped, reason not-negotiated (-4)
EOS on shutdown enabled -- waiting for EOS after Error
Waiting for EOS...

if -e is removed it closes as expected

@m-herrera m-herrera added the bug Something isn't working label Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant