Bug 117683

Summary: plugins are in /usr/lib64/gstreamer-0.6, gstreamer looks for them in /usr/lib/gstreamer-0.6
Product: [Fedora] Fedora Reporter: Nicholas Miell <nmiell>
Component: gstreamerAssignee: Colin Walters <walters>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-06 23:46:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
quick fix none

Description Nicholas Miell 2004-03-07 03:07:43 UTC
gstreamer hardcodes the plugin path to /usr/lib/gstreamer-0.6, which
means it can't find any of it's plugins on a fresh FC1-x86_64 install.

Comment 1 Nicholas Miell 2004-03-07 03:09:52 UTC
Created attachment 98351 [details]
quick fix

I know nothing about autoconf, so this patch is broken for the general case.

However, for a rpmbuild, it fixes the defintion of PLUGIN_PATH so that
gstreamer can actually work.

Comment 2 Colin Walters 2004-04-06 23:46:19 UTC
This appears to have been resolved upstream in GStreamer, please
reopen if you can still reproduce.