fix plugin names move gstvideosink.h to videosink.h
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Mar 2004 16:17:21 +0000 (16:17 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Mar 2004 16:17:21 +0000 (16:17 +0000)
Original commit message from CVS:
fix plugin names
move gstvideosink.h to videosink.h

ChangeLog
gst-libs/gst/video/Makefile.am
gst-libs/gst/video/gstvideosink.c
gst/tags/Makefile.am

index 709184b..c4ba644 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * gst-libs/gst/video/Makefile.am:
+       * gst-libs/gst/video/gstvideosink.c:
+       * gst-libs/gst/video/gstvideosink.h:
+          rename gstvideosink.h to videosink.h to match other headers
+       * gst/mixmatrix/Makefile.am:
+          fix plugin filename
+       * gst/tags/Makefile.am: fix plugin filename
+
+2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * gst/tags/Makefile.am: fix plugin filename
 
 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
index 48144ae..7a16377 100644 (file)
@@ -5,7 +5,7 @@ library_LTLIBRARIES = libgstvideo.la
 libgstvideo_la_SOURCES = video.c gstvideosink.c 
 
 libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
-libgstvideoinclude_HEADERS = video.h gstvideosink.h
+libgstvideoinclude_HEADERS = video.h videosink.h
 
 libgstvideo_la_LIBADD =
 libgstvideo_la_CFLAGS = $(GST_CFLAGS)
index ca7cc51..15f27c1 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #endif
 
-#include "gstvideosink.h"
+#include "videosink.h"
 
 static GstElementClass *parent_class = NULL;
 
index 1ec3c91..07cf79e 100644 (file)
@@ -1,10 +1,10 @@
 
 plugin_LTLIBRARIES = libgsttagedit.la
 
-libgsttagediting_la_SOURCES = gstvorbistag.c gsttagediting.c gstid3tag.c
-libgsttagediting_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
-libgsttagediting_la_LIBADD = $(GST_LIBS) 
-libgsttagediting_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgsttagedit_la_SOURCES = gstvorbistag.c gsttagediting.c gstid3tag.c
+libgsttagedit_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
+libgsttagedit_la_LIBADD = $(GST_LIBS) 
+libgsttagedit_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = gsttageditingprivate.h