mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
This examples takes a list of files with audio tracks, and plays the first second of each. This demonstrates the usage of GESTimelineFileSource
4 lines
162 B
Makefile
4 lines
162 B
Makefile
noinst_PROGRAMS = test1 test2
|
|
|
|
AM_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)
|
|
LDADD = $(GST_LBS) $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@
|