[gstreamer-bugs] [Bug 444049] cacasink doesn't ask for libs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jun 5 10:43:34 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=444049

  GStreamer | gst-plugins-good | Ver: 0.10.12

Steve Fink changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED




------- Comment #2 from Steve Fink  2007-06-05 17:43 UTC -------
$ gst-inspect-0.10 autoaudiosink | grep Version
  Version:              0.10.5
$ ldd /usr/lib/libcaca.so
ldd: /usr/lib/libcaca.so: No such file or directory
Hmm... well, that is a symlink to a nonexistent file. But:
$ ldd /usr/lib/gstreamer-0.10/libgstcacasink.so
        libgstbase-0.10.so.0 => /usr/lib/libgstbase-0.10.so.0 (0x009df000)
        libgstreamer-0.10.so.0 => /usr/lib/libgstreamer-0.10.so.0 (0x008aa000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00d61000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00288000)
        libdl.so.2 => /lib/libdl.so.2 (0x00dd4000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00dec000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00111000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00eb4000)
        libz.so.1 => /usr/lib/libz.so.1 (0x0023d000)
        libm.so.6 => /lib/tls/libm.so.6 (0x00e7b000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x0028c000)
        libc.so.6 => /lib/tls/libc.so.6 (0x00ec5000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x004cb000)
$ nm /usr/lib/gstreamer-0.10/libgstcacasink.so | fgrep initscr
         U initscr

I am using CentOS 3.5, with gstreamer compiled from the 0.10.12 source.

% GST_DEBUG='*:2' gst-launch-0.10 filesrc location=/dev/null ! cacasink
0:00:00.058830000 31014 0x9f07058 WARN    GST_PLUGIN_LOADING
gstplugin.c:414:gst_plugin_load_file: module_open failed:
/usr/lib/gstreamer-0.10/libgstcacasink.so: undefined symbol: initscr
0:00:00.059133000 31014 0x9f07058 WARN    GST_PLUGIN_LOADING
gstplugin.c:878:gst_plugin_load_by_name: load_plugin error: Opening module
failed

0:00:00.059169000 31014 0x9f07058 WARN    GST_PLUGIN_LOADING
gstpluginfeature.c:134:gst_plugin_feature_load: Failed to load plugin
containing feature 'cacasink'.
0:00:00.059203000 31014 0x9f07058 WARN   GST_ELEMENT_FACTORY
gstelementfactory.c:405:gst_element_factory_create:<elementfactory157> loading
plugin returned NULL!
0:00:00.059237000 31014 0x9f07058 ERROR         GST_PIPELINE
./grammar.y:494:_gst_parse__yyparse: no element "cacasink"
WARNING: erroneous pipeline: no element "cacasink"


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=444049.




More information about the Gstreamer-bugs mailing list