diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dv/gstdvdec.h | 2 | ||||
-rw-r--r-- | ext/flac/gstflacdec.h | 2 | ||||
-rw-r--r-- | ext/ladspa/gstladspa.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/dv/gstdvdec.h b/ext/dv/gstdvdec.h index 14525d1a..0ac9c49a 100644 --- a/ext/dv/gstdvdec.h +++ b/ext/dv/gstdvdec.h @@ -29,7 +29,7 @@ extern "C" { #include <libdv/dv.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> /* This is the definition of the element's object structure. */ diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h index 01930dc7..67742ac6 100644 --- a/ext/flac/gstflacdec.h +++ b/ext/flac/gstflacdec.h @@ -24,7 +24,7 @@ #include <config.h> #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #include <FLAC/all.h> diff --git a/ext/ladspa/gstladspa.h b/ext/ladspa/gstladspa.h index a33062ff..89a039e9 100644 --- a/ext/ladspa/gstladspa.h +++ b/ext/ladspa/gstladspa.h @@ -26,7 +26,7 @@ #include <config.h> #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #include "ladspa.h" |