mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
b569848e28
Original commit message from CVS: Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
10 lines
245 B
Makefile
10 lines
245 B
Makefile
|
|
plugin_LTLIBRARIES = libgstvideodrop.la
|
|
|
|
libgstvideodrop_la_SOURCES = \
|
|
gstvideodrop.c
|
|
libgstvideodrop_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideodrop_la_LIBADD =
|
|
libgstvideodrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstvideodrop.h
|