mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
7eb8a5d24a
Original commit message from CVS: * configure.ac: * tests/examples/Makefile.am: * tests/examples/dynamic/.cvsignore: * tests/examples/dynamic/Makefile.am: * tests/examples/dynamic/addstream.c: (create_stream), (pause_play_stream), (message_received), (eos_message_received), (perform_step), (main): Add simple exmple app to demonstrate starting and pausing live and non-live bins in a PLAYING pipeline.
5 lines
140 B
Makefile
5 lines
140 B
Makefile
noinst_PROGRAMS = addstream
|
|
|
|
addstream_SOURCES = addstream.c
|
|
addstream_CFLAGS = $(GST_CFLAGS) -D_GNU_SOURCE
|
|
addstream_LDFLAGS = $(GST_LIBS)
|