[Gstreamer-bugs] [Bug 113492] Changed - configure.ac runs gst-inspect without testing for it

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Aug 5 20:17:14 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=113492

Changed by ds at schleef.org.

--- shadow/113492	Wed May 21 22:36:08 2003
+++ shadow/113492.tmp.13825	Tue Aug  5 23:17:14 2003
@@ -11,12 +11,13 @@
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: ds at schleef.org               
 QAContact: gstreamer-maint at bugzilla.gnome.org
 TargetMilestone: 0.6.x
 URL: 
 Summary: configure.ac runs gst-inspect without testing for it
+BugsThisDependsOn: 119231
 
 gst-player/configure.ac calls gst-inspect to gather information about MIME
 types supported.  First of all, gst-inspect might not be installed. 
 Second, the correct gst-inspect might not be first in the PATH, if it is in
 the path at all.  Third, doing this detection at compile time is most
 likely incorrect, since the same plugins might not be installed at run time.
@@ -32,6 +33,9 @@
 What I get on a machine with few plugins installed:
 
 SUPPORTED_MIME_TYPES = <item value="audio/raw"/><item value="video/raw"/>
 
 Note also that these were the MIME types supported by my 0.6.1 install, not
 those supported by the CVS-HEAD tree that I was compiling against.
+
+------- Additional Comments From ds at schleef.org  2003-08-05 23:17 -------
+apparently, this needs a hook into gst-register to fix.




More information about the Gstreamer-bugs mailing list