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

Missing videoconvert before autovideosink #10

Open
oopch opened this issue Sep 3, 2024 · 0 comments
Open

Missing videoconvert before autovideosink #10

oopch opened this issue Sep 3, 2024 · 0 comments

Comments

@oopch
Copy link

oopch commented Sep 3, 2024

Some of the pipelines do not work unless videoconvert is added before autovideosink. I assume that this issue does not reproduce in all the systems.

gst-launch-1.0     uridecodebin uri=$PIC !     imagefreeze !     videoconvert  !  autovideosink

If I try the original recipe:

gst-launch-1.0     uridecodebin uri=$PIC !     imagefreeze   !  autovideosink

I get:
"""
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Got context from element 'source': gst.soup.session=context, session=(GstSoupSession)NULL;
Setting pipeline to PLAYING ...
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0: Delayed linking failed.
Additional debug info:
gst/parse/grammar.y(540): gst_parse_no_more_pads (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0:
failed delayed linking some pad of GstURIDecodeBin named uridecodebin0 to some pad of GstImageFreeze named imagefreeze0
ERROR: from element /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstQueue2:queue2-0: Internal data stream error.
Additional debug info:
../plugins/elements/gstqueue2.c(3242): gst_queue2_loop (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstQueue2:queue2-0:
streaming stopped, reason not-linked (-1)
Execution ended after 0:00:00.003506309
Setting pipeline to NULL ...
Freeing pipeline ...
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant