gstreamer/libs/gst/base
Wim Taymans 2f1ed65339 pad: Merge pad mode activation functions
Add the pad mode to the activate function so that we can reuse the same function
for all activation modes. This makes the core logic smaller and allows for some
elements to make their activation code easier. It would allow us to add more
scheduling modes later without having to add more activate functions.
2011-11-21 13:29:05 +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: remove flush from _unmap 2011-11-10 18:18:24 +01:00
gstadapter.h adapter: remove flush from _unmap 2011-11-10 18:18:24 +01:00
gstbaseparse.c pad: Merge pad mode activation functions 2011-11-21 13:29:05 +01:00
gstbaseparse.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstbasesink.c pad: Merge pad mode activation functions 2011-11-21 13:29:05 +01:00
gstbasesink.h pad: fix scheduling mode enums 2011-11-18 12:39:55 +01:00
gstbasesrc.c pad: Merge pad mode activation functions 2011-11-21 13:29:05 +01:00
gstbasesrc.h docs: fix some more docs 2011-09-28 11:16:33 +02:00
gstbasetransform.c pad: Merge pad mode activation functions 2011-11-21 13:29:05 +01:00
gstbasetransform.h docs: fix some more docs 2011-09-28 11:16:33 +02:00
gstbitreader-docs.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstbitreader.c Merge branch 'master' into 0.11 2011-07-27 12:50:39 +02:00
gstbitreader.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstbytereader-docs.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstbytereader.c Merge branch 'master' into 0.11 2011-07-27 12:50:39 +02:00
gstbytereader.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstbytewriter-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.c buffer: add index to _take_memory() 2011-06-13 16:31:53 +02:00
gstbytewriter.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstcollectpads.c pad: add parent to other functions 2011-11-17 12:40:45 +01:00
gstcollectpads.h collectpads: move fields out of reserved and restore padding 2011-11-17 08:39:01 +01:00
gstcollectpads2.c pad: add parent to other functions 2011-11-17 12:40:45 +01:00
gstcollectpads2.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstpushsrc.c query: improve scheduling query 2011-11-18 17:27:16 +01:00
gstpushsrc.h pushsrc: make alloc method a vmethod 2011-11-10 13:36:10 +01:00
gsttypefindhelper.c typefind: fix for new getrange method signature 2011-11-17 16:15:23 +01:00
gsttypefindhelper.h typefind: fix for new getrange method signature 2011-11-17 16:15:23 +01:00
Makefile.am introspection: Add --warn-all to introspection scanner 2011-11-10 13:54:02 +01: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...