Problem to use own plugin on pipeline with queue
Vinod Kesti
vinodkesti at yahoo.com
Sat Oct 14 12:01:12 UTC 2017
As you have used same function name and Object types as filesink for
filesink2 there may be conflict in loading plugin symbols.
Run your pipeline with following debug level
--gst-debug='GST_PLUGIN_LOADING':4,'GST_ELEMENT_FACTORY':4 and check from
which library the plugin filesink2 is loaded.
If filesink2 loaded from libgstcoreelements.so then you have to change
everything to some thing like gst_sink_file_my..
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list