gstreamer/libs/gst/base
Tim-Philipp Müller 4d2cb74850 libs: sprinkle some G_GNUC_MALLOC
Maybe gcc can do something clever with that, or at least
warn us if we don't save the return value somewhere.
2011-11-26 18:58:38 +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 adapter: simplify gst_adapter_take_list() 2011-11-01 14:17:21 +00:00
gstadapter.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbaseparse.c baseparse: Return template caps instead of other side's peer caps if get_sink_caps vfunc is not implemented 2011-11-23 13:42:56 +01:00
gstbaseparse.h baseparse: Fix documentation, it's pre_push_frame and not pre_push_buffer 2011-10-20 16:59:01 +02:00
gstbasesink.c basesink: make default query function name show up in gst-inspect 2011-10-28 09:28:14 +01:00
gstbasesink.h basesink: make it easy to override the pad query 2011-09-08 14:46:59 +02:00
gstbasesrc.c docs: fix Since: markers for API added after 0.10.35 2011-11-08 00:32:36 +00:00
gstbasesrc.h basesrc: add dynamic size handling 2011-06-08 20:16:25 +02:00
gstbasetransform.c basetransform: Only use the cached transform on strictly equal caps 2011-11-04 17:49:55 +00:00
gstbasetransform.h basetransform: Fix bodged previous commit 2011-08-26 13:02:34 +01:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01:00
gstbitreader.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01:00
gstbytereader.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbytewriter-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstcollectpads.c docs: cleanup and xref fixes 2011-03-24 18:32:20 +02:00
gstcollectpads.h gstcollectpads: Fix docs about GstCollectData list 2010-08-12 16:05:35 -03:00
gstcollectpads2.c collectpads2: Fix refcount handling if a buffer was dropped due to clipping 2011-10-28 10:54:19 +02:00
gstcollectpads2.h collectpads2: use flags enum instead of guint in structure 2011-11-03 22:51:57 +00:00
gstdataqueue.c gstdataqueue: Don't break ABI 2010-12-02 19:44:41 +01:00
gstdataqueue.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00: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 docs, gst: typo fixes 2011-09-07 18:03:17 +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 base: Add collectpads2 2011-10-28 09:36:06 +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...