hlsdemux: Send HLSMedia information through custom event
[platform/upstream/gstreamer.git] / tools / Makefile.am
index 9db79a0..2fe1e1e 100644 (file)
@@ -1,30 +1,47 @@
 
 templatefiles=\
+       element-templates/audiodecoder \
+       element-templates/audioencoder \
        element-templates/audiofilter \
        element-templates/audiosink \
        element-templates/audiosrc \
-       element-templates/base \
-       element-templates/baseaudiosink \
-       element-templates/baseaudiosrc \
-       element-templates/basertpdepayload \
-       element-templates/basertppayload \
+       element-templates/baseparse \
        element-templates/basesink \
        element-templates/basesrc \
        element-templates/basetransform \
-       element-templates/cddabasesrc \
        element-templates/element \
+       element-templates/sinkpad-audio \
+       element-templates/sinkpad-template \
+       element-templates/sinkpad-template-video \
+       element-templates/srcpad-audio \
+       element-templates/srcpad-template \
+       element-templates/srcpad-template-video \
+       element-templates/videodecoder \
+       element-templates/videoencoder \
+       element-templates/videofilter \
+       element-templates/videosink
+
+templatedeps = \
        element-templates/gobject \
-       element-templates/pushsrc \
        element-templates/sinkpad \
        element-templates/sinkpad-simple \
        element-templates/srcpad \
-       element-templates/srcpad-simple \
-       element-templates/tagdemux \
-       element-templates/videofilter2 \
-       element-templates/videosink
+       element-templates/srcpad-simple
 
 EXTRA_DIST = \
        gst-element-maker \
        gst-app-maker \
-       $(templatefiles)
+       gst-project-maker \
+       $(templatefiles) \
+       $(templatedeps) \
+       gst-element-maker-test.sh
+
+# Disabled since it doesn't work in an uninstalled setup:
+#
+#TESTS_ENVIRONMENT = \
+#      SRC_DIR=$(abs_srcdir) \
+#      TEMPLATE_FILES="$(templatefiles)" \
+#      CPPFLAGS="-I$(abs_srcdir)"
+#
+#TESTS = gst-element-maker-test.sh