do CVS surgery and related build fixery to move elements and indexers in a new gstrea...
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 18:00:15 +0000 (18:00 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 18:00:15 +0000 (18:00 +0000)
Original commit message from CVS:

* Makefile.am:
* configure.ac:
* plugins/elements/Makefile.am:
* plugins/elements/gstcapsfilter.c:
* plugins/elements/gstfilesink.c:
* plugins/elements/gstfilesrc.c:
* plugins/elements/gstidentity.c:
* plugins/indexers/Makefile.am:
do CVS surgery and related build fixery to move elements
and indexers in a new gstreamer/plugins directory, out of the
gst/ directory

ChangeLog
Makefile.am
configure.ac
docs/libs/tmpl/gstdataprotocol.sgml
plugins/elements/Makefile.am
plugins/elements/gstcapsfilter.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
plugins/elements/gstidentity.c
plugins/indexers/Makefile.am

index fcdfe31..9f64d58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-11-29  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * Makefile.am:
+       * configure.ac:
+       * plugins/elements/Makefile.am:
+       * plugins/elements/gstcapsfilter.c:
+       * plugins/elements/gstfilesink.c:
+       * plugins/elements/gstfilesrc.c:
+       * plugins/elements/gstidentity.c:
+       * plugins/indexers/Makefile.am:
+         do CVS surgery and related build fixery to move elements
+         and indexers in a new gstreamer/plugins directory, out of the
+         gst/ directory
+
 2005-11-29  Andy Wingo  <wingo@pobox.com>
 
        * check/Makefile.am:
index 2db6379..7a198ad 100644 (file)
@@ -33,7 +33,7 @@ aclocaldir = $(datadir)/aclocal
 aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
 
 SUBDIRS = \
-       gst libs tools \
+       gst libs plugins tools \
        $(SUBDIRS_CHECK) \
        $(SUBDIRS_TESTS) \
        $(SUBDIRS_EXAMPLES) \
@@ -43,7 +43,7 @@ SUBDIRS = \
 
 # These are all the possible subdirs
 DIST_SUBDIRS = \
-       gst libs tools \
+       gst libs plugins tools \
        check \
        tests testsuite \
        examples \
index 0b8f5d3..85c5e79 100644 (file)
@@ -475,14 +475,15 @@ gst/gstconfig.h
 gst/gstversion.h
 gst/base/Makefile
 gst/check/Makefile
-gst/indexers/Makefile
 gst/net/Makefile
-gst/elements/Makefile
 gst/parse/Makefile
 libs/Makefile
 libs/gst/Makefile
 libs/gst/controller/Makefile
 libs/gst/dataprotocol/Makefile
+plugins/Makefile
+plugins/indexers/Makefile
+plugins/elements/Makefile
 po/Makefile.in
 check/Makefile
 tests/Makefile
index c5446c9..0277c7c 100644 (file)
@@ -27,9 +27,6 @@ network connections also need a protocol to do this.
 #GstBuffer, #GstCaps, #GstEvent
 </para>
 
-<!-- ##### SECTION Stability_Level ##### -->
-
-
 <!-- ##### ENUM GstDPHeaderFlag ##### -->
 <para>
 
index 13f2331..f2b426e 100644 (file)
@@ -12,7 +12,7 @@ else
 GSTFDSRC =
 endif
 
-libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
+libgstelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
 libgstelements_la_SOURCES =    \
        gstbufferstore.c        \
        gstcapsfilter.c         \
index a041297..2b20380 100644 (file)
@@ -24,7 +24,7 @@
 #include "config.h"
 #endif
 
-#include "../gst-i18n-lib.h"
+#include "../../gst/gst-i18n-lib.h"
 #include <gst/gst.h>
 #include <gst/base/gstbasetransform.h>
 
index a993d2e..576257a 100644 (file)
@@ -31,7 +31,7 @@
 #  include "config.h"
 #endif
 
-#include "../gst-i18n-lib.h"
+#include "../../gst/gst-i18n-lib.h"
 
 #include <gst/gst.h>
 #include <errno.h>
index 809a548..82d84c5 100644 (file)
@@ -55,7 +55,7 @@
 #include <errno.h>
 #include <string.h>
 
-#include "../gst-i18n-lib.h"
+#include "../../gst/gst-i18n-lib.h"
 
 static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,
index a4ede21..146d58b 100644 (file)
@@ -28,7 +28,7 @@
 #  include "config.h"
 #endif
 
-#include "../gst-i18n-lib.h"
+#include "../../gst/gst-i18n-lib.h"
 #include "gstidentity.h"
 #include <gst/gstmarshal.h>
 
index c7cb86f..637ef4e 100644 (file)
@@ -10,6 +10,8 @@ if HAVE_MMAP
 else
 GST_LOADSAVE_SRC =
 endif
+
+libgstindexers_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
 libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
 libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
 libgstindexers_la_LIBADD = $(GST_OBJ_LIBS)