summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:18:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:18:18 +0000
commit953f0e2f01cbff2f521024b33e489e966ed356bb (patch)
tree98d9b466174657129c4cb005419a640ee181852f /gst
parent0d4f573fc103544c7972485b010072eda52a0e4b (diff)
downloadgst-plugins-bad-953f0e2f01cbff2f521024b33e489e966ed356bb.tar.gz
gst-plugins-bad-953f0e2f01cbff2f521024b33e489e966ed356bb.tar.bz2
gst-plugins-bad-953f0e2f01cbff2f521024b33e489e966ed356bb.zip
made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast becau...
Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
Diffstat (limited to 'gst')
-rw-r--r--gst/mpeg1sys/buffer.c2
-rw-r--r--gst/mpeg1sys/gstmpeg1systemencode.h2
-rw-r--r--gst/passthrough/gstpassthrough.c2
-rw-r--r--gst/playondemand/gstplayondemand.c2
-rw-r--r--gst/speed/gstspeed.c2
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