[gstreamer-bugs] [Bug 393461] [Real] Location of .so varies on each distribution
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sat Jun 30 11:34:47 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=393461
GStreamer | gst-plugins-bad | Ver: HEAD CVS
------- Comment #2 from Hans de Goede 2007-06-30 18:34 UTC -------
Created an attachment (id=90941)
--> (http://bugzilla.gnome.org/attachment.cgi?id=90941&action=view)
PATCH: add a plugin search path to the real decoders
Hi all,
Short intro (again) I'm the livna gstreamer plugins maintainer. I've solved the
issue of where to find the .so files, and under what name, by adding 2
different properties which are used to find 1 .so
1 global (as in shared by all .so's to search) directory search path, ':'
seperated
and 1 per .so (for example cook) names search path, for cook this is for
example by default: "cook.so:cook.so.6.0"
This 2 dimensional approach makes it easy to make the plugin look in various
places and find the needed files under various names. I've tried to put sane
defaults in this patch, but there might be names / paths missing.
This way it will work on any distro, and even better it will work independend
of how the users got the .so files. For example with this patch the plugin will
also search under the default RealPlayer install location, thus if a user has
downloaded and installed the realplayer rpm from real, the .so's will be found
too.
--
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=393461.
More information about the Gstreamer-bugs
mailing list