<div dir="ltr">Hi,<div><br></div><div>Is it not required to remove element's sink pad using "gst_element_remove_pad" function. I am getting following error:</div><div><br></div><div><div>(im_gst_play:3650): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GstPad'</div>
<div><br></div><div>(im_gst_play:3650): GStreamer-CRITICAL **: gst_element_remove_pad: assertion `GST_IS_PAD (pad)' failed</div></div><div><br></div><div>on calling </div><div><br></div><div>gst_element_remove_pad(GST_ELEMENT_CAST(demux), GST_PAD(smd_element->sink_pad);<br>
</div><div><br></div><div>from demux elements's finalize method.</div><div><br></div><div><br></div><div>Thanks,</div><div>Yogesh</div><div><br></div></div>