gstreamer/libs/gst/base
Thiago Santos 86a216b1ba gstbytewriter: Fix different function names in .h and .c
gst_byte_writer_reset_and_get_buffer wasn't declared
in .h, instead there was _reset_and_get_data_as_buffer.

Replace it with the real function name, that is smaller
and matches gst_byte_writer_free_and_get_buffer

https://bugzilla.gnome.org/show_bug.cgi?id=608726
2010-02-01 17:47:25 -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 optimisation : Use g_object_newv where possible. 2009-10-28 09:31:17 +01:00
gstadapter.h adapter: fix whitespace 2009-09-07 18:32:10 +02:00
gstbasesink.c gst_private.h: make sure gst_private.h is included before glib.h 2010-01-20 01:48:56 +00:00
gstbasesink.h basesink: whitespace fixes 2009-08-27 12:26:40 +02:00
gstbasesrc.c basesrc: Shut down the pad task when the initial seek fails. 2009-12-04 12:41:58 +00:00
gstbasesrc.h basesrc: Add gst_base_src_new_seamless_segment() 2009-11-21 18:23:51 +01:00
gstbasetransform.c basetransform: Only use suggested caps in buffer allocation if a size was suggested too 2010-01-17 08:23:48 +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 bytewriter: fix compiler warning 2009-11-20 16:14:54 +00:00
gstbytewriter.h gstbytewriter: Fix different function names in .h and .c 2010-02-01 17:47:25 -03:00
gstcollectpads.c collectpads: don't keep buffers reffed longer than needed 2009-12-24 19:25:52 +01:00
gstcollectpads.h collectpads: add ability to install clipping functions 2009-12-24 15:25:14 +01:00
gstdataqueue.c docs: fix broken xrefs 2009-11-27 16:39:37 +02: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 bytewriter: Add a generic byte writer 2009-10-07 18:40:31 +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...