2006-03-02 18:12:33 +00:00
|
|
|
noinst_HEADERS = gstvideorate.h
|
|
|
|
|
gst/videorate/: Added a video timestamp corrector.
Original commit message from CVS:
* gst/videorate/Makefile.am:
* gst/videorate/gstvideorate.c: (gst_videorate_get_type),
(gst_videorate_base_init), (gst_videorate_class_init),
(gst_videorate_getcaps), (gst_videorate_link),
(gst_videorate_init), (gst_videorate_chain),
(gst_videorate_set_property), (gst_videorate_get_property),
(gst_videorate_change_state), (plugin_init):
Added a video timestamp corrector.
2004-06-16 09:39:02 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideorate.la
|
|
|
|
|
|
|
|
libgstvideorate_la_SOURCES = gstvideorate.c
|
2015-04-10 23:03:29 +00:00
|
|
|
libgstvideorate_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
gst/videorate/: Added a video timestamp corrector.
Original commit message from CVS:
* gst/videorate/Makefile.am:
* gst/videorate/gstvideorate.c: (gst_videorate_get_type),
(gst_videorate_base_init), (gst_videorate_class_init),
(gst_videorate_getcaps), (gst_videorate_link),
(gst_videorate_init), (gst_videorate_chain),
(gst_videorate_set_property), (gst_videorate_get_property),
(gst_videorate_change_state), (plugin_init):
Added a video timestamp corrector.
2004-06-16 09:39:02 +00:00
|
|
|
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2015-04-10 23:03:29 +00:00
|
|
|
libgstvideorate_la_LIBADD = \
|
|
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
|
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS)
|