mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
80d4778bd4
Original commit message from CVS: * gst/adder/Makefile.am: * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_class_init), (gst_adder_init), (gst_adder_request_new_pad), (gst_adder_collected), (gst_adder_change_state): * gst/adder/gstadder.h: Ported adder as an example of a mixer element using collect pads. Needs more negotiation work.
9 lines
229 B
Makefile
9 lines
229 B
Makefile
|
|
plugin_LTLIBRARIES = libgstadder.la
|
|
|
|
libgstadder_la_SOURCES = gstadder.c
|
|
libgstadder_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstadder_la_LIBADD =
|
|
libgstadder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
|
|
|
|
noinst_HEADERS = gstadder.h
|