summaryrefslogtreecommitdiffstats
path: root/gst/app/gstapp.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-03-03 08:16:57 +0000
committerDavid Schleef <ds@schleef.org>2007-03-03 08:16:57 +0000
commit50fdeffe760c39ca68ad4b83d678af0786970cbd (patch)
tree11469e52fa3e3472deceaa377080852fdf904e9e /gst/app/gstapp.c
parent72ef9a10a8a9895c72911d23c983bf7d243847db (diff)
downloadgst-plugins-bad-50fdeffe760c39ca68ad4b83d678af0786970cbd.tar.gz
gst-plugins-bad-50fdeffe760c39ca68ad4b83d678af0786970cbd.tar.bz2
gst-plugins-bad-50fdeffe760c39ca68ad4b83d678af0786970cbd.zip
Move the app library to gst-libs/gst/app (duh!)
Original commit message from CVS: * Makefile.am: * configure.ac: * ext/Makefile.am: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp.c: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: * gst/app/Makefile.am: * gst/app/gstapp.c: * gst/app/gstappsrc.c: * gst/app/gstappsrc.h: Move the app library to gst-libs/gst/app (duh!)
Diffstat (limited to 'gst/app/gstapp.c')
-rw-r--r--gst/app/gstapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/app/gstapp.c b/gst/app/gstapp.c
index 077c8707..6619dfac 100644
--- a/gst/app/gstapp.c
+++ b/gst/app/gstapp.c
@@ -23,7 +23,7 @@
#include <gst/gst.h>
-#include "gstappsrc.h"
+#include <gst/app/gstappsrc.h>
static gboolean
plugin_init (GstPlugin * plugin)