gstreamer/plugins/elements
Wim Taymans 30fc865162 multiqueue: refactor buffering code
Move the buffering update code to a separate function so that we can call it
when the buffering state changes due to EOS.
Avoid dividing by 0.
2009-10-27 14:40:15 +01:00
..
.gitignore
gstcapsfilter.c capsfilter: only set caps when different 2009-08-06 10:53:12 +02:00
gstcapsfilter.h
gstelements.c
gstfakesink.c dataqueue, elements: avoid unnecessary runtime type checks 2009-10-06 20:04:10 +01:00
gstfakesink.h
gstfakesrc.c dataqueue, elements: avoid unnecessary runtime type checks 2009-10-06 20:04:10 +01:00
gstfakesrc.h
gstfdsink.c fdsink: clean up some more error and debug messages 2009-06-19 13:52:41 +01:00
gstfdsink.h fdsink: add the new field in the header 2009-06-18 11:49:33 +02:00
gstfdsrc.c
gstfdsrc.h
gstfilesink.c filesink: Use _wfopen on win32 to open files with non-ascii filenames correctly. 2009-10-07 16:03:30 -07:00
gstfilesink.h build: sprintf, sscanf need stdio.h 2009-10-07 10:59:54 +03:00
gstfilesrc.c plugins/gstfilesrc: Make a fast-path for length == 0 buffer creation. 2009-10-08 08:55:59 +02:00
gstfilesrc.h
gstidentity.c dataqueue, elements: avoid unnecessary runtime type checks 2009-10-06 20:04:10 +01:00
gstidentity.h identity: hack around g_object_notify() bug by protecting it with a lock 2009-05-31 21:30:18 +01:00
gstmultiqueue.c multiqueue: refactor buffering code 2009-10-27 14:40:15 +01:00
gstmultiqueue.h multiqueue: add buffering support 2009-10-27 14:40:12 +01:00
gstqueue.c queue: more queue optimizations 2009-10-08 10:54:42 +03:00
gstqueue.h plugins/queue: Avoid useless segment_to_running_time() calculations. 2009-10-07 09:06:21 +02:00
gsttee.c tee: implement custom acceptcaps function 2009-10-21 16:26:01 -04:00
gsttee.h
gsttypefindelement.c typefindelement: log probability in debug message 2009-07-02 01:18:57 +01:00
gsttypefindelement.h
Makefile.am