gstreamer/libs/gst/base
Tim-Philipp Müller 8cc7274163 libs: fix PKG_CONFIG_PATH used when calling gobject-introspection scanner
Our own pkgconfig directory should come first, so that pkg-config uses
the in-tree libgstreamer and not some external one when --pkg=gstreamer-0.10
is passed to g-ir-scanner.

See #603710.
2010-03-25 13:48:19 +00:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c GstAdapter: add a unchecked variant of flush for internal usage 2010-03-25 10:28:21 +01:00
gstadapter.h adapter: fix whitespace 2009-09-07 18:32:10 +02:00
gstbasesink.c basesink: Implement QoS message posting in basesink 2010-03-18 13:04:34 +01:00
gstbasesink.h basesink: whitespace fixes 2009-08-27 12:26:40 +02:00
gstbasesrc.c basesrc: catch, parse and store QoS event values 2010-03-18 13:41:35 +01:00
gstbasesrc.h basesrc: Make locking of the segment a bit more strict and update documentation 2010-02-12 14:58:42 +01:00
gstbasetransform.c basetransform: Implement QoS message posting 2010-03-18 16:57:17 +01:00
gstbasetransform.h libs/gst/base/gstbasetransform.*: Add vmethod that is called before we start the transform and which can be used to c... 2008-12-08 18:35:44 +00:00
gstbitreader.c docs: fix Since: tags in docs for newly-added API 2009-10-07 23:34:44 +01:00
gstbitreader.h bitreader/bytereader: API: Add gst_(bit|byte)_reader_get_size() 2009-10-07 17:59:51 +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 docs: fix Since: tags in docs for newly-added API 2009-10-07 23:34:44 +01:00
gstbytereader.h bitreader/bytereader: API: Add gst_(bit|byte)_reader_get_size() 2009-10-07 17:59:51 +02:00
gstbytewriter.c docs: fix Since markers for gst_byte_writer_put_float*() 2010-03-17 11:03:15 +00:00
gstbytewriter.h bytewriter: Use correct gtk-doc workaround 2010-03-15 14:52:41 +01:00
gstcollectpads.c Make code safe for -Wredundant-decls 2010-03-10 20:45:33 +01:00
gstcollectpads.h collectpads: Improve docs about 'data' attribute 2010-02-18 17:00:05 -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 libs: fix PKG_CONFIG_PATH used when calling gobject-introspection scanner 2010-03-25 13:48:19 +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...