gstreamer/libs
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
..
audio moved from include/gstaudio.h 2001-09-18 19:07:17 +00:00
bytestream Patch from vishnu: 2001-10-22 19:00:52 +00:00
control dparams lives here 2001-10-07 09:49:41 +00:00
getbits distcheck cleanups 2001-05-28 19:09:48 +00:00
idct Applied the PIC patches from David Schleef. 2001-10-17 20:18:07 +00:00
putbits Fixed a few plugins so that mpeg1 encoding sorta works. 2001-04-21 17:45:56 +00:00
riff Fixed an endianness bug in the debug message. 2001-08-16 23:20:53 +00:00
Makefile.am merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00