gst/mpegstream/: Ref events before sending them to multiple pads, after all gst_pad_s...
[platform/upstream/gstreamer.git] / examples / switch / Makefile.am
1
2 noinst_PROGRAMS = switcher
3
4 switcher_SOURCES = switcher.c
5 switcher_CFLAGS = $(GST_CFLAGS)
6 switcher_LDFLAGS = $(GST_LIBS)
7