Add appsrc/appsink example.
authorDavid Schleef <ds@schleef.org>
Sun, 11 Mar 2007 00:48:26 +0000 (00:48 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 11 Mar 2007 00:48:26 +0000 (00:48 +0000)
commit25c51917b442748b9862528b736f8562bf9a5a89
tree6900dfb21e3ad536dfa15e2d5257839c5c14b1b0
parent4300e22d54d459ee17025207acc2ad627dff064e
Add appsrc/appsink example.

Original commit message from CVS:
* configure.ac:
* examples/Makefile.am:
* examples/app/Makefile.am:
* examples/app/appsrc_ex.c:
Add appsrc/appsink example.
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/app/gstapp.c:
* gst-libs/gst/app/gstappsink.c:
* gst-libs/gst/app/gstappsink.h:
* gst/app/gstapp.c:
Add appsink.
ChangeLog
configure.ac
examples/Makefile.am
examples/app/Makefile.am [new file with mode: 0644]
examples/app/appsrc_ex.c [new file with mode: 0644]
gst-libs/gst/app/Makefile.am
gst-libs/gst/app/gstapp.c [deleted file]
gst-libs/gst/app/gstappsink.c [new file with mode: 0644]
gst-libs/gst/app/gstappsink.h [new file with mode: 0644]
gst/app/gstapp.c