diff options
author | David Schleef <ds@schleef.org> | 2010-12-14 19:03:09 -0800 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-12-14 19:04:45 -0800 |
commit | da1fe1e0ddc95b14d132f063c4ddedf4b669f009 (patch) | |
tree | 86e60cf05c4d48720004c39b30844b47c0ee53d2 /tools/Makefile.am | |
parent | 9fd41486a2406398a8589e7b79760f8c9e4e4d02 (diff) | |
download | gstreamer-plugins-bad-da1fe1e0ddc95b14d132f063c4ddedf4b669f009.tar.gz |
element-maker: improve generation of several classes
Better creation of pads, test and fix many other classes. Most
classes work now, although might not create functional elements.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 54cdae13e..f501ef353 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,4 +17,8 @@ EXTRA_DIST = \ gstelement.c \ gstpushsrc.c \ gsttagdemux.c \ - gstvideosink.c + gstvideosink.c \ + sinkpad.c \ + sinkpad-simple.c \ + srcpad.c \ + srcpad-simple.c |