[gstreamer-bugs] [Bug 376062] critical warnings when rebuilding the registry
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Nov 16 14:30:59 PST 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=376062
GStreamer | don't know | Ver: HEAD CVS
------- Comment #1 from Tim-Philipp Müller 2006-11-16 22:29 UTC -------
That's because the multifilesink plugin has been moved/renamed in -bad CVS and
become the multifile plugin. This means that the GStreamer plugins dir now has
both the old and the new .so around and the type is registered twice (I assume
you didn't do 'sudo make uninstall' before cvs updating, since no one ever does
that ...).
You'll have to either
sudo rm $prefix/lib/gstreamer-0.10/libgstmultifilesink.*
and/or (if you're running uninstalled)
rm -rf gst-plugins-bad/gst/multifilesink/.*
rm gst-plugins-bad/gst/multifilesink/*gst*
rm gst-plugins-bad/gst/multifilesink/Makefile*
to manually to remove the old instance.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list