splitmuxsrc: Connect to demux signals before activating
[platform/upstream/gst-plugins-good.git] / gst / multifile / Makefile.am
1
2 plugin_LTLIBRARIES = libgstmultifile.la
3
4 libgstmultifile_la_SOURCES = \
5         gstmultifilesink.c   \
6         gstmultifilesrc.c    \
7         gstmultifile.c       \
8         gstsplitfilesrc.c    \
9         gstsplitmuxsink.c    \
10         gstsplitmuxpartreader.c \
11         gstsplitmuxsrc.c \
12         gstsplitutils.c    \
13         patternspec.c
14 libgstmultifile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
15 libgstmultifile_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
16 libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
17 libgstmultifile_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
18
19 noinst_HEADERS = gstmultifilesrc.h gstmultifilesink.h gstsplitfilesrc.h gstsplitmuxsink.h \
20         gstsplitmuxsrc.h gstsplitmuxpartreader.h gstsplitutils.h patternspec.h
21
22 noinst_PROGRAMS = test-splitmux-part-reader
23
24 test_splitmux_part_reader_SOURCES = \
25         test-splitmuxpartreader.c \
26         gstsplitmuxpartreader.c \
27         gstsplitmuxsrc.c \
28         gstsplitutils.c \
29         patternspec.c
30 test_splitmux_part_reader_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
31 test_splitmux_part_reader_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
32 test_splitmux_part_reader_LDFLAGS = $(GST_PLUGIN_LDFLAGS)