Add a new plugin/library to make it easy for apps to shove data into a pipeline.
authorDavid Schleef <ds@schleef.org>
Mon, 26 Feb 2007 21:01:03 +0000 (21:01 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 26 Feb 2007 21:01:03 +0000 (21:01 +0000)
commit749d720436b69ccb9475fa67c458e7c999bc532e
tree63a022ecfdd831e5c639c9bd41a48ae1aa9ee841
parent6c8b08b09adea67ce21701cd8fc888d40e1bc71b
Add a new plugin/library to make it easy for apps to shove data into a pipeline.

Original commit message from CVS:
* configure.ac:
* gst/app/Makefile.am:
* gst/app/gstapp.c:
* gst/app/gstappsrc.c:
* gst/app/gstappsrc.h:
Add a new plugin/library to make it easy for apps to shove
data into a pipeline.
gst/app/Makefile.am [new file with mode: 0644]
gst/app/gstapp.c [new file with mode: 0644]
gst/app/gstappsrc.c [new file with mode: 0644]
gst/app/gstappsrc.h [new file with mode: 0644]