gstreamer/libs/gst/base
Mark Nauwelaerts eb79c0a835 collectpads2: delay collecting buffer if a pad newly set waiting
... as commented; make code correspond to it (again).
2011-12-15 16:51:49 +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 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: Clear queued frames with other queues 2011-12-12 13:37:25 +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 Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly 2011-12-04 14:38:26 +00:00
gstbasesink.h basesink: make it easy to override the pad query 2011-09-08 14:46:59 +02:00
gstbasesrc.c Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly 2011-12-04 14:38:26 +00:00
gstbasesrc.h basesrc: add dynamic size handling 2011-06-08 20:16:25 +02:00
gstbasetransform.c basetransform: Fix code path to come up with possible caps if incompatible caps are provided to buffer_alloc() 2011-12-08 18:11:43 +01: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 Work around deprecated thread API in glib master 2011-12-04 13:35:38 +00:00
gstcollectpads.h gstcollectpads: Fix docs about GstCollectData list 2010-08-12 16:05:35 -03:00
gstcollectpads2.c collectpads2: delay collecting buffer if a pad newly set waiting 2011-12-15 16:51:49 +01:00
gstcollectpads2.h collectpads2: use flags enum instead of guint in structure 2011-11-03 22:51:57 +00:00
gstdataqueue.c Work around deprecated thread API in glib master 2011-12-04 13:35:38 +00: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...