mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
fix plugin names move gstvideosink.h to videosink.h
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
This commit is contained in:
parent
077eab99a7
commit
2279068b51
4 changed files with 16 additions and 6 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gstvideosink.h"
|
||||
#include "videosink.h"
|
||||
|
||||
static GstElementClass *parent_class = NULL;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue