[gst-devel] Fwd: no such element factory

Benoit Fouet benoit.fouet at purplelabs.com
Tue Nov 7 09:31:36 CET 2006


Kapil Agrawal wrote:
> i added the above mentioned code but still i am getting  the error.
> if i use
> gst_plugin_load_file("../gstreamer/gst-plugins-ugly-0.10.4/ext/mad/libgstmad.la",&error);
> it give me error as " ERROR loading plug-in: Opening module failed".
you cannot load an archive (AFAIK)...
>
>
> and if use
> gst_plugin_load_file("../../../usr/local/lib/gstreamer-0.10/libgst/libgstmad.so",&error);
> it gives me error as "ERROR loading plug-in: Problem accessing file
> ../../../usr/local/lib/gstreamer- 0.10/libgst/libgstmad.so: No such
> file or directory".
the path is not good... anyway, it should suffice to load the library
itself, if the library path is ok...
but maybe you should wait for Stefan advice now that you posted the
code... i always load the libraries, but it seems to be another way to
work :)

-- Ben





More information about the gstreamer-devel mailing list