diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/cdxaparse/gstcdxaparse.h | 2 | ||||
-rw-r--r-- | gst/flx/gstflxdec.h | 2 | ||||
-rw-r--r-- | gst/mixmatrix/mixmatrix.c | 2 | ||||
-rw-r--r-- | gst/modplug/gstmodplug.h | 2 | ||||
-rw-r--r-- | gst/qtdemux/qtdemux.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gst/cdxaparse/gstcdxaparse.h b/gst/cdxaparse/gstcdxaparse.h index ff4660147..fcf771078 100644 --- a/gst/cdxaparse/gstcdxaparse.h +++ b/gst/cdxaparse/gstcdxaparse.h @@ -24,7 +24,7 @@ #include <config.h> #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #ifdef __cplusplus extern "C" { diff --git a/gst/flx/gstflxdec.h b/gst/flx/gstflxdec.h index be4fa4ba0..c7d6f3864 100644 --- a/gst/flx/gstflxdec.h +++ b/gst/flx/gstflxdec.h @@ -23,7 +23,7 @@ #include <gst/gst.h> #include "flx_color.h" -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #ifdef __cplusplus diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index 7b03c83f7..d17c8b53f 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -22,7 +22,7 @@ #endif #include <config.h> #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #include <gst/audio/audio.h> #include <string.h> diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h index 86f815e37..2b5994c26 100644 --- a/gst/modplug/gstmodplug.h +++ b/gst/modplug/gstmodplug.h @@ -28,7 +28,7 @@ extern "C" { #endif /* __cplusplus */ #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #define GST_TYPE_MODPLUG \ (gst_modplug_get_type()) diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h index c005a96ec..108faab19 100644 --- a/gst/qtdemux/qtdemux.h +++ b/gst/qtdemux/qtdemux.h @@ -22,7 +22,7 @@ #define __GST_QTDEMUX_H__ #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #ifdef __cplusplus extern "C" { |