gstreamer/libs/gst/base
Edward Hervey 7cc08390b9 gstdataqueue: Only emit g_cond_signal when needed
Keep track of which cond we're waiting for and only emit when needed.

https://bugzilla.gnome.org/show_bug.cgi?id=632779
2010-12-02 19:04:55 +01:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c docs: add some gtk-doc Since: markers 2010-10-16 16:53:49 +01:00
gstadapter.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbasesink.c basesink: recompute correct running time for buffer ending flushing step 2010-10-20 18:46:39 +02:00
gstbasesink.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbasesrc.c basesrc: tag as a SOURCE element 2010-10-11 11:16:27 +02:00
gstbasesrc.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbasetransform.c basetransform: use input position for queries if we have no output position 2010-10-29 15:45:04 +02:00
gstbasetransform.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c bitreader: Add inlined and unchecked versions of the important functions 2010-10-03 15:32:41 +02:00
gstbitreader.h bitreader: Add inlined and unchecked versions of the important functions 2010-10-03 15:32:41 +02:00
gstbytereader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbytereader.c bytereader: const-ify byte reader argument in peek/scan API 2010-10-22 12:04:09 +01:00
gstbytereader.h bytereader: const-ify byte reader argument in peek/scan API 2010-10-22 12:04:09 +01:00
gstbytewriter-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbytewriter.c bytewriter: Add inline variants of all important functions 2010-10-03 23:32:06 +02:00
gstbytewriter.h bytewriter: Add unchecked variants of the writing functions 2010-10-08 12:19:45 +02:00
gstcollectpads.c collectpads: fix documentation glitch 2010-05-27 14:57:26 +02:00
gstcollectpads.h gstcollectpads: Fix docs about GstCollectData list 2010-08-12 16:05:35 -03:00
gstdataqueue.c gstdataqueue: Only emit g_cond_signal when needed 2010-12-02 19:04:55 +01:00
gstdataqueue.h gstdataqueue: Only emit g_cond_signal when needed 2010-12-02 19:04:55 +01:00
gstpushsrc.c libs/gst/base/gstpushsrc.c: Add some more docs here and there. 2006-07-05 18:20:58 +00:00
gstpushsrc.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gsttypefindhelper.c typefind: add a new method that also uses the file extension 2010-01-12 17:34:39 +01:00
gsttypefindhelper.h typefind: add a new method that also uses the file extension 2010-01-12 17:34:39 +01:00
Makefile.am introspection: Include exported packages information in GIRs 2010-11-21 00:36:30 +00:00
README add short/long description docs to base classes add pushsrc to the docs remove consolidated doc fragments 2005-08-03 13:30:18 +00:00

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...