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

Stefan Sauer ensonic at hora-obscura.de
Fri Jan 3 10:02:32 PST 2014


On 01/03/2014 03:44 PM, vindi503 wrote:
> 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());
the gstreamer registry already registers the types for installed
plugins. Did you overwrite the already installed plugin?

Stefan
>
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list