Hi,
I'm trying to understand how to dynamically add a pipeline to existing one. I see in
|
src = Gst.ElementFactory.make("videotestsrc", "my_video_test_src") |
the usage of factory.
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
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