gstreamer/libs/gst/base
Stefan Kost a11b047d00 basesink: don't take preroll-lock in get_property
Use atomic ops to read and write more properties. Taking the preroll lock in get_property
can lock up applications reading the property during preroll.
2010-10-05 12:30:34 +03:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c adapter: Add check for pattern bits not in mask 2010-09-18 19:29:09 -07:00
gstadapter.h adapter: add function to get a list of buffers 2010-09-17 17:35:41 +02:00
gstbasesink.c basesink: don't take preroll-lock in get_property 2010-10-05 12:30:34 +03:00
gstbasesink.h basesink: add a fixme for 0.11 2010-10-05 12:29:19 +03:00
gstbasesrc.c base: Stop using GST_FLOW_IS_FATAL() 2010-08-27 16:59:09 +02:00
gstbasesrc.h docs: clarify the pull_range functions 2010-05-05 12:01:50 +02:00
gstbasetransform.c basetransform: Make a WARNING into a DEBUG statement 2010-09-23 21:55:04 +02:00
gstbasetransform.h basetransform: add accept_caps vmethod 2010-06-14 12:45:20 +02:00
gstbitreader-docs.h bitreader: Add inlined and unchecked versions of the important functions 2010-10-03 15:32:41 +02: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 bytereader: add unchecked and inline versions of the float getters/peekers 2009-09-06 18:51:18 +01:00
gstbytereader.c bytewriter: Add guards to the inlined get_pos/get_remaining/get_size/etc functions 2010-10-03 15:32:41 +02:00
gstbytereader.h bytewriter: Add guards to the inlined get_pos/get_remaining/get_size/etc functions 2010-10-03 15:32:41 +02:00
gstbytewriter.c bytewriter: Add inline variants of all important functions 2010-10-03 23:32:06 +02:00
gstbytewriter.h bytewriter: Add inline variants of all important functions 2010-10-03 23:32:06 +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 docs: add missing "Since: 0.10.26" marker for gst_data_queue_new_full() 2010-03-17 11:03:15 +00:00
gstdataqueue.h gstdataqueue: new constructor which takes callbacks. 2009-10-07 09:32:05 +02: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 fix whitespace 2009-09-07 18:32:10 +02: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 bitreader: Add inlined and unchecked versions of the important functions 2010-10-03 15:32:41 +02: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...