mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
17c1c603f9
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.
7 lines
207 B
Makefile
7 lines
207 B
Makefile
|
|
plugin_LTLIBRARIES = libgstvideorate.la
|
|
|
|
libgstvideorate_la_SOURCES = gstvideorate.c
|
|
libgstvideorate_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideorate_la_LIBADD =
|
|
libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|