diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-10 00:22:37 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-10 00:26:47 +0100 |
commit | d82c63df98888ecf8cb0c684fdc6e8223442112d (patch) | |
tree | b8dcb9d35b340d81f78f4551ccf7129f784b6422 | |
parent | e30f89fdef89c29bae2cfb6f022cee219d26ebb3 (diff) | |
download | gstreamer-plugins-bad-d82c63df98888ecf8cb0c684fdc6e8223442112d.tar.gz |
element-maker: dist new videofilter2 template
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 641293052..9db79a03f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -20,6 +20,7 @@ templatefiles=\ element-templates/srcpad \ element-templates/srcpad-simple \ element-templates/tagdemux \ + element-templates/videofilter2 \ element-templates/videosink EXTRA_DIST = \ |