Added a basic element: pipefilter. This element connects the stdin/stdout of an exter...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 28 May 2000 20:04:31 +0000 (20:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 28 May 2000 20:04:31 +0000 (20:04 +0000)
commit0fa1747e56d6e2fbb9a08d8a37f95c3d03d602d0
tree5510a3df260e97ece08b13312aee9c7e0326cdb7
parentcbb196fd3144dfc2e1374dee525f92748de7a903
Added a basic element: pipefilter. This element connects the stdin/stdout of an external program into the pipeline. W...

Original commit message from CVS:
Added a basic element: pipefilter. This element connects the stdin/stdout
of an external program into the pipeline. We now have virtually all of
the capabilities of sox, lame, ...
gst/elements/gstpipefilter.c [new file with mode: 0644]
gst/elements/gstpipefilter.h [new file with mode: 0644]
plugins/elements/gstpipefilter.c [new file with mode: 0644]
plugins/elements/gstpipefilter.h [new file with mode: 0644]
test/pipetest.c [new file with mode: 0644]