gst-inspect-1.0 qtmux gets an Undefined Symbol: gst_qt_mux_get_type() Error

vindi503 vindi503 at gmail.com
Fri Jan 3 06:44:59 PST 2014


Hi,

I  am using gstreamer-1.2.1 package, I have added an edited qtmux file,
therefore I have registered the 
qtmux plugin i gstelements.c file by below code

gst_element_register(plugin, "qtmux", GST_RANK_NONE, gst_qt_mux_get_type());

But after building the plugin, If I do gst-inspect-1.0 qtmux, I get the
undefined symbol error, i.e
Undefined Symbol: gst_qt_mux_get_type()

For this I added below line
G_Define_Type(GstQTMux, gst_qt_mux, GST_TYPE_ELEMENT);

Now I get the below error,
Conflicting types of 'gst_qt_mux_init'

Thanks and Regards.
Vinay



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-inspect-1-0-qtmux-gets-an-Undefined-Symbol-gst-qt-mux-get-type-Error-tp4664434.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list