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)
commit5fd12e6daebda436c405f9c7d3cb7561b492e9ab
tree35b1b15e783f9f5806f2f79b7c8a7e740c9b1ba7
parent13f01565870862c80e9485ebaf4a9e95ff2cea58
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.
ChangeLog
configure.ac
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]