Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49081 - gstreamer 0.8.1 failes to register plugins
Summary: gstreamer 0.8.1 failes to register plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-26 16:08 UTC by David Nielsen
Modified: 2004-07-11 10:47 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Nielsen 2004-04-26 16:08:49 UTC
gst-register-0.8 gives the following output:

rebuilding global_registry (/var/lib/cache/gstreamer-0.8/registry.xml)
rebuilding user_registry (/root/.gstreamer-0.8/registry.xml)
loaded 0 plugins with 0 features

making all gstreamer applications unable to utilise the framework.

/var/lib/cache/gstreamer-0.8/registry.xml correctly shows /usr/lib/gstreamer-0.8/ as the placeholder for plugins, but it seems they are not loaded.

Reproducible: Always
Steps to Reproduce:
1. emerge gstreamer
2. gst-register-0.8




Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.5)
=================================================================
System uname: 2.6.5-speedy3 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.4.9
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://212.219.247.20/sites/www.ibiblio.org/gentoo/
http://212.219.247.10/sites/www.ibiblio.org/gentoo/
http://212.219.247.21/sites/www.ibiblio.org/gentoo/
http://212.219.247.14/sites/www.ibiblio.org/gentoo/
http://212.219.247.13/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apm avi berkdb bindist crypt doc encode esd flac foomaticdb
gdbm gif gnome gpm gtk gtk2 imlib jpeg libg++ libwww mad mikmod mmx motif
moznocompose moznoirc moznomail mpeg ncurses nls nptl oggvorbis opengl oss pam
pdflib perl png python quicktime readline sdl slang spell sse ssl svga tcpd
truetype x86 xml2 xv xvid zlib"
Comment 1 foser (RETIRED) gentoo-dev 2004-05-01 04:37:28 UTC
there are plugins available ? any output if you run the command by hand ?

In your case i'm actually thinking you messed up your system somehow beyond our control.
Comment 2 4nykey 2004-05-11 06:03:27 UTC
Recently faced the same problem, it used to work, but stopped at some point.
Plugins are in /usr/lib/gstreamer-0.8/, gst versions:
[ebuild   R   ] media-libs/gstreamer-0.8.1   0 kB
[ebuild   R   ] media-libs/gst-plugins-0.8.1  +alsa +esd +oss  0 kB

gst-register-0.8 gives:
rebuilding global_registry (/var/lib/cache/gstreamer-0.8/registry.xml)
rebuilding user_registry (/root/.gstreamer-0.8/registry.xml)
loaded 0 plugins with 0 features

There was thread in forums on the issue as well:  http://forums.gentoo.org/viewtopic.php?t=166591
Comment 3 Eric Harney 2004-05-21 11:00:34 UTC
Getting the same thing here, right after a regular -u world upgrade to gstreamer 0.8.1, didn't touch anything myself.
Comment 4 Ed Catmur 2004-05-21 16:46:17 UTC
Does anyone who experiences this problem *not* use reiser4?

# gst-register-0.8
rebuilding global_registry (/var/lib/cache/gstreamer-0.8/registry.xml)
rebuilding user_registry (/root/.gstreamer-0.8/registry.xml)
loaded 0 plugins with 0 features
# cd /usr/lib/
# cp -a gstreamer-0.8/ /dev/shm/
# mount --bind /dev/shm/gstreamer-0.8/ gstreamer-0.8
# gst-register-0.8
rebuilding global_registry (/var/lib/cache/gstreamer-0.8/registry.xml)
added plugin ac3parse with 1 feature(s)
added plugin alaw with 2 feature(s)
added plugin alsa with 3 feature(s)
added plugin gstaudio with 0 feature(s)
...
Comment 5 Eric Harney 2004-05-21 19:01:05 UTC
I'm using reiser4 here, and it turned out to be the problem for me.
Comment 6 Sebastian Werner 2004-05-22 04:08:15 UTC
It's more general I think. All versions of gstreamer I tested (from 0.6.4 to 0.8.1) doesn't seem to work.
Comment 7 Sander Sweers 2004-05-22 05:44:30 UTC
When using a reiserfs 3 partition this does not happen. Also people in the forums have reported it works for ext2/3. If you want me to do some test let me know.
Comment 8 Sebastian Werner 2004-05-22 08:03:48 UTC
OK, I meaned it works not on reiser4 with any version of gstreamer.
Comment 9 Yi Quang (RETIRED) gentoo-dev 2004-05-23 18:18:15 UTC
Okay, I am not sure what we can do about this bug since it's reiser4 related, all I can say is that it's probably not a good idea to use reiser4 as your main partition yet.  
Comment 10 Ed Catmur 2004-05-26 09:59:58 UTC
Analysis and patch at http://bugzilla.gnome.org/show_bug.cgi?id=142850#c11
Comment 11 foser (RETIRED) gentoo-dev 2004-05-26 16:06:04 UTC
teriffic work
Comment 12 foser (RETIRED) gentoo-dev 2004-07-11 10:47:46 UTC
better late than never, added the patch to gstreamer-0.8.3-r1 

thanks