gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for proper...
authorDavid Schleef <ds@schleef.org>
Sat, 3 Mar 2007 10:10:30 +0000 (10:10 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 3 Mar 2007 10:10:30 +0000 (10:10 +0000)
commit5b4cc95fea5b5fff8948fc5f8f18720e0a59d8d7
tree3c3fb0d0c219969636a120fb73f923967b14d353
parent6b355aa720a00409a4b49c2307d841979cea2e5d
gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for proper handling of data chunks.

Original commit message from CVS:
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/app/gstappbuffer.c:
* gst-libs/gst/app/gstappbuffer.h:
* gst-libs/gst/app/gstappsrc.c:
Add GstAppBuffer that includes a callback and closure for
proper handling of data chunks.
ChangeLog
gst-libs/gst/app/Makefile.am
gst-libs/gst/app/gstappbuffer.c [new file with mode: 0644]
gst-libs/gst/app/gstappbuffer.h [new file with mode: 0644]
gst-libs/gst/app/gstappsrc.c