diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mpeg1sys/buffer.c | 2 | ||||
-rw-r--r-- | gst/mpeg1sys/gstmpeg1systemencode.h | 2 | ||||
-rw-r--r-- | gst/passthrough/gstpassthrough.c | 2 | ||||
-rw-r--r-- | gst/playondemand/gstplayondemand.c | 2 | ||||
-rw-r--r-- | gst/speed/gstspeed.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gst/mpeg1sys/buffer.c b/gst/mpeg1sys/buffer.c index 933b76e6..8075beb8 100644 --- a/gst/mpeg1sys/buffer.c +++ b/gst/mpeg1sys/buffer.c @@ -21,7 +21,7 @@ /*#define DEBUG_ENABLED */ #include <gst/gst.h> -#include <libs/getbits/gstgetbits.h> +#include <gst/getbits/getbits.h> #include "buffer.h" diff --git a/gst/mpeg1sys/gstmpeg1systemencode.h b/gst/mpeg1sys/gstmpeg1systemencode.h index bb24f01d..2b5089d5 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.h +++ b/gst/mpeg1sys/gstmpeg1systemencode.h @@ -24,7 +24,7 @@ #include <config.h> #include <gst/gst.h> -#include <libs/getbits/gstgetbits.h> +#include <gst/getbits/getbits.h> #include "buffer.h" #include "main.h" diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index dc50e626..0faa878b 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -20,7 +20,7 @@ #include <string.h> #include <gst/gst.h> -#include <libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include "gstpassthrough.h" diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index 9d2ebff3..2f7ebb08 100644 --- a/gst/playondemand/gstplayondemand.c +++ b/gst/playondemand/gstplayondemand.c @@ -19,7 +19,7 @@ #include <string.h> #include <gst/gst.h> -#include <libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include "gstplayondemand.h" diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index 51811227..feca2533 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -21,7 +21,7 @@ #include <string.h> #include <gst/gst.h> #include <math.h> -#include <libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include "gstspeed.h" /* buffer size to make if no bufferpool is available, must be divisible by |