From: Thomas Vander Stichele Date: Mon, 1 Mar 2004 16:17:21 +0000 (+0000) Subject: fix plugin names move gstvideosink.h to videosink.h X-Git-Tag: BEFORE_INDENT~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2279068b512f7af1ec810a4324cc2614f8cf1258;p=platform%2Fupstream%2Fgst-plugins-base.git fix plugin names move gstvideosink.h to videosink.h Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h --- diff --git a/ChangeLog b/ChangeLog index 709184b..c4ba644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2004-03-01 Thomas Vander Stichele + * 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 + * gst/tags/Makefile.am: fix plugin filename 2004-03-01 Thomas Vander Stichele diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index 48144ae..7a16377 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -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) diff --git a/gst-libs/gst/video/gstvideosink.c b/gst-libs/gst/video/gstvideosink.c index ca7cc51..15f27c1 100644 --- a/gst-libs/gst/video/gstvideosink.c +++ b/gst-libs/gst/video/gstvideosink.c @@ -22,7 +22,7 @@ #include "config.h" #endif -#include "gstvideosink.h" +#include "videosink.h" static GstElementClass *parent_class = NULL; diff --git a/gst/tags/Makefile.am b/gst/tags/Makefile.am index 1ec3c91..07cf79e 100644 --- a/gst/tags/Makefile.am +++ b/gst/tags/Makefile.am @@ -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