summaryrefslogtreecommitdiffstats
path: root/gst/mpeg1sys
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/mpeg1sys
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/mpeg1sys')
-rw-r--r--gst/mpeg1sys/buffer.c2
-rw-r--r--gst/mpeg1sys/gstmpeg1systemencode.h2
2 files changed, 2 insertions, 2 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"