gstreamer/tests/examples/streamiddemux/Makefile.am
HoonHee Lee fadabe8b78 streamiddemux: Add streamiddemux element
Demultiplex a stream to multiple source pads based on the stream ids from the
stream-start events. This basically reverses the behaviour of funnel.

https://bugzilla.gnome.org/show_bug.cgi?id=707605
2015-03-12 14:42:18 +00:00

7 lines
188 B
Makefile

noinst_PROGRAMS = streamiddemux-stream
streamiddemux_stream_SOURCES = streamiddemux-stream.c
streamiddemux_stream_LDADD = $(GST_OBJ_LIBS)
streamiddemux_stream_CFLAGS = $(GST_OBJ_CFLAGS)