Getting a element from pipeline for which when used gst_element_factory_make "NULL" was passed as second arguement
DeepakRohan
deepak027rohan077 at gmail.com
Sat Dec 16 13:33:06 UTC 2017
Hi All,
I am creating a element while forming a pipeline using
gst_element_factory_make (Id3Demux, NULL);
Now the thing when we pass NULL as the second argument is that we get a
element with a unique name.
Now the thing is I need to remove this element from the pipeline
dynamically.
But I am not getting how to search/get this element from the pipeline as
don't know the name of the element.
Please let me know what I can do or go through to find a suitable solution
for the same.
Thank You in Advance.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list