[gst-devel] How to correctly reuse elements?

wl2776 wl2776 at gmail.com
Thu Apr 22 08:38:18 CEST 2010


Finally.

The solution is in the GStreamer's sources.

http://www.codase.com/search/smart?join=gst_bin_remove&scope=join%2Fjoin&lang=%2A&project=

GstElement *bin= gst_element_get_parent (element);
if(bin){
  gst_bin_remove (GST_BIN (bin), element);
}
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-correctly-reuse-elements-tp2017352p2020086.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list