[gst-devel] new plugin unusable in gstreamer application
berti
bertrand.haut at brutele.be
Mon Aug 22 12:14:12 CEST 2005
I'm planning to build a new video plugin starting from the plugin template but
I'm unable to use it in an application.
Starting from the plugin-template, it has successfully compiled and has been
installed in the /usr/local/lib/gstreamer-0.8 directory. I've also copied the
files in the /usr/lib/gstreamer-0.8 directory :
berti at neptune:~$ ls -l /usr/lib/gstreamer-0.8/libgstundiscret.*
-rw-r--r-- 1 root root 224784 2005-08-22
20:46 /usr/lib/gstreamer-0.8/libgstundiscret.a
-rwxr-xr-x 1 root root 1187 2005-08-22
20:46 /usr/lib/gstreamer-0.8/libgstundiscret.la
-rwxr-xr-x 1 root root 130111 2005-08-22
20:46 /usr/lib/gstreamer-0.8/libgstundiscret.so
After a gst-register, the plugin seems perfectly registred :
berti at neptune:~$ gst-inspect-0.8 unDiscret
Plugin Details:
Name: unDiscret
Description: unDiscret plugin
Filename: /usr/lib/gstreamer-0.8/libgstundiscret.so
Version: 0.1.1.1
License: LGPL
Package: GStreamer
Origin URL: http://gstreamer.net/
plugin: unDiscret Plugin
1 features:
+-- 1 elements
But I'm unable to use it :
berti at neptune:~/gstr$ export LANG=C; gst-launch-0.8 videotestsrc ! unDiscret !
xvimagesink
WARNING: erroneous pipeline: no element "unDiscret"
Trying to run anyway.
RUNNING pipeline ...
I've also add the /usr/lib/gstreamer-0.8 directory in /etc/ld.so.conf but
without any benefit.
Does somebody knows how to make this plugin usable in gstreamer application ?
--
Berti
ICQ 48978874
pgpkey B9514013C02E33FA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20050822/77126308/attachment.pgp>
More information about the gstreamer-devel
mailing list