gst/mpegstream/: Ref events before sending them to multiple pads, after all gst_pad_s...
[platform/upstream/gstreamer.git] / examples / indexing / Makefile.am
1 examples = indexmpeg
2
3 noinst_PROGRAMS = $(examples)
4
5 # we have nothing but apps here, we can do this safely
6 LIBS = $(GST_LIBS) $(GTK_LIBS)
7 AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)