gstreamer/libs/bytestream
Wim Taymans 14de4f27da Patch from vishnu:
Original commit message from CVS:
Patch from vishnu:

The attached patch adds event support to bytestream.  Here's how it
works:  When bytestream encounters an event, the event is saved and
it returns NULL.  Then you must call a new API to retrieve the event
and handle it:

void
gst_bytestream_get_status (GstByteStream *bs,
guint32 *avail_out,
GstEvent **event_out);

Whatever is necessary to handle the event is left up to the plugin.
Once the event is retrieved then the bytestream continues as usual.
2001-10-22 19:00:52 +00:00
..
gstbstest.c merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gstbytestream.c Patch from vishnu: 2001-10-22 19:00:52 +00:00
gstbytestream.h Patch from vishnu: 2001-10-22 19:00:52 +00:00
Makefile.am merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00