gstreamer/libs/gst/base
Wim Taymans 37318a8cd2 pad: remove GstPadFixateCapsFunction
The fixate caps function was not used externally and we have vmethods in the
base classes where it is needed.
Update some docs.
simplify some fixate functions in the base classes. Also pass the untruncated
caps to the vmethod.
2011-11-10 10:58:42 +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 Merge branch 'master' into 0.11 2011-11-02 10:29:04 +01:00
gstadapter.h adapter: use pts/dts on buffers 2011-10-28 12:26:28 +02:00
gstbaseparse.c remove query types 2011-11-09 11:47:10 +01:00
gstbaseparse.h Merge branch 'master' into 0.11 2011-10-27 15:27:19 +02:00
gstbasesink.c pad: remove GstPadFixateCapsFunction 2011-11-10 10:58:42 +01:00
gstbasesink.h pad: rename GstActivateMode to GstPadActivateMode 2011-11-01 00:25:02 +00:00
gstbasesrc.c pad: remove GstPadFixateCapsFunction 2011-11-10 10:58:42 +01:00
gstbasesrc.h docs: fix some more docs 2011-09-28 11:16:33 +02:00
gstbasetransform.c pad: remove GstPadFixateCapsFunction 2011-11-10 10:58:42 +01:00
gstbasetransform.h docs: fix some more docs 2011-09-28 11:16:33 +02:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c Merge branch 'master' into 0.11 2011-07-27 12:50:39 +02:00
gstbitreader.h bitreader: Add padding 2011-10-28 13:02:19 +02:00
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c Merge branch 'master' into 0.11 2011-07-27 12:50:39 +02:00
gstbytereader.h bytereader: Add padding 2011-10-28 13:02:10 +02: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 bytewriter: Add padding 2011-10-28 13:02:26 +02:00
gstcollectpads.c pad: GST_FLOW_UNEXPECTED -> GST_FLOW_EOS 2011-10-10 11:33:51 +02:00
gstcollectpads.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstcollectpads2.c Merge branch 'master' into 0.11 2011-10-28 11:33:44 +02:00
gstcollectpads2.h Merge branch 'master' into 0.11 2011-11-04 19:11:19 +01:00
gstpushsrc.c basesrc: Allocator buffers from negotiated allocator 2011-06-13 12:07:03 +02:00
gstpushsrc.h basesrc: Allocator buffers from negotiated allocator 2011-06-13 12:07:03 +02:00
gsttypefindhelper.c Merge branch 'master' into 0.11 2011-09-08 14:28:23 +02:00
gsttypefindhelper.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
Makefile.am Merge branch 'master' into 0.11 2011-10-28 11:13:55 +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...