After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 134764 - [build] configure could report the gst/ plugins it will build
[build] configure could report the gst/ plugins it will build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Low enhancement
: 0.9.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-18 18:42 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2005-07-15 09:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-18 18:42:10 UTC
this happens e.g. for sinesrc
Comment 1 Benjamin Otte (Company) 2004-02-22 16:07:52 UTC
It only outputs this for plugins that are built conditionally, which
are the plugins in the sys/ and ext/ directories. Plugins that are
built no matter what (like sinesrc) are listed.

I'm leaving this bug open as this is somehow confusing anmd the output
of configure should better reflect what is done there (and maybe
include hints on what to do to get plugins to built that are not built
currently).
Comment 2 Matthew Gatto 2004-11-13 04:57:55 UTC
Something related I'd like to see:

A configure flag like '--enable-all-plugins' that turned everything on (or at
least the useful plugins one would need for the bulk of the media on the
Internet)? I was looking for something like this so I could test out some of my
videos on totem-gstreamer CVS and report bugs against it. As it is the
'configure --help' output of gst-plugins is pretty daunting.
Comment 3 Ronald Bultje 2004-11-13 09:04:41 UTC
For that, I'd suggest to read the 'REQUIREMENTS' file for all optional packages,
or just install the RPMs. The RPMs for gst-plugins/-ffmpeg contain all useful
plugins, at least the ones provided by us (RedHat removes some for licensing
reasons).
Comment 4 Andy Wingo 2005-07-15 09:00:23 UTC
--enable-all-plugins not likely to get added without a patch. Even with a patch
its semantics would be a bit dodgy -- best to check the configure output
instead. More of a job for a distro.

Agreed about the gst/ plugins. Added a patch to plugins-base to show gst/
plugins, should be added to other plugin modules shortly.