<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 16 déc. 2017 8:47 AM, "DeepakRohan" <<a href="mailto:deepak027rohan077@gmail.com">deepak027rohan077@gmail.com</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi All,<br>
<br>
<br>
    I am creating a element while forming a pipeline using<br>
gst_element_factory_make (Id3Demux, NULL);<br>
Now the thing when we pass NULL as the second argument is that we get a<br>
element with a unique name.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">GstElement is a subclass of GstObject, so you can call gst_object_get_name() as needed. Though, much simpler solution is to keep the element pointer around.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Now the thing is I need to remove this element from the pipeline<br>
dynamically.<br>
But I am not getting how to search/get this element from the pipeline as<br>
don't know the name of the element.<br>
<br>
Please let me know what I can do or go through to find a suitable solution<br>
for the same.<br>
<br>
<br>
Thank You in Advance.<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div></div></div>