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)
commit6cf863e33c32c85022dbd3ff212f17028d636b69
tree73c3d9ee1292768f7110093c6e84ba13e834f960
parent1596dd263ca1b60e2827dbfb6ca12b69a2b41bc9
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.
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
tests/examples/app/Makefile.am [new file with mode: 0644]
tests/examples/app/appsrc_ex.c [new file with mode: 0644]