mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
fadabe8b78
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
6 lines
188 B
Makefile
6 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)
|
|
|