gstreamer/plugins/elements
Ronald S. Bultje 90d64117c5 This is either a rewrite or a large bugfix to the queue element, whatever you prefer to call it.
Original commit message from CVS:
This is either a rewrite or a large bugfix to the queue element, whatever
you prefer to call it.

* upstream event forwarding now works. This should fix Julien's issues.
* this queue allows setting a min. treshold size and a max. limit size
in bytes, buffers and time before the queue allows the next element
to pull data or the previous element to push data into it. This is
very interesting for network-related buffering. Also includes signals
et all for the end user application.
* Events are no longer part of the queue's "size", they're essentially
seen as "void data". they have no size or time associated with them
anyway, so this shouldn't really sound weird.
2003-12-13 17:12:46 +00:00
..
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
gstaggregator.c change gst_pad_select() to gst_pad_selectv(), and add/fix gst_pad_select() and gst_pad_select_valist() 2003-12-02 04:39:00 +00:00
gstaggregator.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstbufferstore.c Change G_TYPE_POINTER to the appropriate type in g_signal_new() 2003-11-13 02:47:03 +00:00
gstbufferstore.h merge TYPEFIND branch. Major changes: 2003-10-28 20:25:30 +00:00
gstelements.c remove copyright field from plugin structs 2003-12-04 10:02:41 +00:00
gstfakesink.c implement URI schemes 2003-11-24 03:21:54 +00:00
gstfakesink.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstfakesrc.c Change G_TYPE_POINTER to the appropriate type in g_signal_new() 2003-11-13 02:47:03 +00:00
gstfakesrc.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstfdsink.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstfdsink.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstfdsrc.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstfdsrc.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstfilesink.c implement URI schemes 2003-11-24 03:21:54 +00:00
gstfilesink.h implement URI schemes 2003-11-24 03:21:54 +00:00
gstfilesrc.c and remove that debugging g_print - sheesh 2003-11-24 21:38:54 +00:00
gstfilesrc.h implement URI schemes 2003-11-24 03:21:54 +00:00
gstidentity.c Change G_TYPE_POINTER to the appropriate type in g_signal_new() 2003-11-13 02:47:03 +00:00
gstidentity.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstmd5sink.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstmd5sink.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstmultidisksrc.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstmultidisksrc.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstmultifilesrc.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstmultifilesrc.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstpipefilter.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstpipefilter.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstqueue.c This is either a rewrite or a large bugfix to the queue element, whatever you prefer to call it. 2003-12-13 17:12:46 +00:00
gstqueue.h This is either a rewrite or a large bugfix to the queue element, whatever you prefer to call it. 2003-12-13 17:12:46 +00:00
gstshaper.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstshaper.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gststatistics.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gststatistics.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gsttee.c removed GST_*_CAST. Disabling of type checking is done in glib. 2003-12-13 16:58:29 +00:00
gsttee.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gsttypefind.c finish everything typefinding related (like seeking to correct offset) _before_ pushing the first buffer 2003-12-07 19:02:30 +00:00
gsttypefind.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gsttypefindelement.c finish everything typefinding related (like seeking to correct offset) _before_ pushing the first buffer 2003-12-07 19:02:30 +00:00
gsttypefindelement.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
Makefile.am merge TYPEFIND branch. Major changes: 2003-10-28 20:25:30 +00:00