mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
b0ad8467dd
Add an example that demonstrates synchronized playback and capture.
4 lines
113 B
Makefile
4 lines
113 B
Makefile
noinst_PROGRAMS = playrec
|
|
playrec_SOURCES = playrec.c
|
|
playrec_CFLAGS = $(GST_CFLAGS)
|
|
playrec_LDADD = $(GST_LIBS)
|