GNOME Bugzilla – Bug 125944
gst-plugins-HEAD doesn't compile with gstreamer-HEAD
Last modified: 2004-12-22 21:47:04 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'
Fixed (a different way). Thanks.