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 125944 - gst-plugins-HEAD doesn't compile with gstreamer-HEAD
gst-plugins-HEAD doesn't compile with gstreamer-HEAD
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-31 19:56 UTC by Jonathan Blandford
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Jonathan Blandford 2003-10-31 19:56:03 UTC
a lot of the plugins seem to do:
#include <gst/bytestream/bytestream.h>
This header appears to be in gst/bytestream.h now.

I fixed it by doing a:
find -name '*\.[ch]' | xargs perl -pi -e
's/gst\/bytestream\/bytestream.h/gst\/bytestream.h/g'
Comment 1 David Schleef 2003-10-31 20:23:06 UTC
Fixed (a different way).  Thanks.