We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to understand how to dynamically add a pipeline to existing one. I see in
gstreamer-python/examples/pipeline_with_factory.py
Line 40 in c8d4e04
https://github.com/GStreamer/gst-python/blob/2b5b0d951ed997462c5e1d0ec9f70cabe023058a/examples/dynamic_src.py#L63
is an example of a dynamic factory. Is there an easy way to apply GstPipeline to a dynamic allocated instance?
Kind regards,
Martijn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to understand how to dynamically add a pipeline to existing one. I see in
gstreamer-python/examples/pipeline_with_factory.py
Line 40 in c8d4e04
https://github.com/GStreamer/gst-python/blob/2b5b0d951ed997462c5e1d0ec9f70cabe023058a/examples/dynamic_src.py#L63
is an example of a dynamic factory. Is there an easy way to apply GstPipeline to a dynamic allocated instance?
Kind regards,
Martijn
The text was updated successfully, but these errors were encountered: