[gstreamer-bugs] [Bug 341479] Too many plugins loaded even for up-to-date registry

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri May 12 07:07:35 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341479
 GStreamer | don't know | Ver: 0.10.x





------- Comment #5 from Sebastian Dröge  2006-05-12 14:07 UTC -------
One example is the mixer applet of gnome...

slomo at asgard:~$ cat /proc/`pidof mixer_applet2`/maps | grep libgstmusepack
b5ed8000-b5ede000 r-xp 00000000 03:01 4321495   
/usr/lib/gstreamer-0.10/libgstmusepack.so
b5ede000-b5edf000 rw-p 00005000 03:01 4321495   
/usr/lib/gstreamer-0.10/libgstmusepack.so
slomo at asgard:~$ killall mixer_applet2
slomo at asgard:~$ cat /proc/`pidof mixer_applet2`/maps | grep libgstmusepack
b5e0a000-b5e10000 r-xp 00000000 03:01 4321495   
/usr/lib/gstreamer-0.10/libgstmusepack.so
b5e10000-b5e11000 rw-p 00005000 03:01 4321495   
/usr/lib/gstreamer-0.10/libgstmusepack.so


The registry is definetely clean at the second start of the applet and when
looking at the output of "GST_DEBUG=GST_REGISTRY:3 gst-launch-0.10" there's
nothing done with the registry at all thus it must be clean.


The same is also true for rhythmbox, banshee, sound-juicer and maybe almost
everything here. But as the output of gst-launch-0.10 suggests it's not
registry regeneration.

slomo at asgard:~$ LC_ALL=C GST_DEBUG=GST_REGISTRY:3 gst-launch-0.10
INFO  (0x80509a0 - 0:00:00.045846000)         GST_REGISTRY(10570)
gstregistryxml.c(557):gst_registry_xml_read_cache: loaded
/home/slomo/.gstreamer-0.10/registry.i486.xml in 0.043865 seconds
ERROR: pipeline could not be constructed: empty pipeline not allowed.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list