gstreamer/libs/gst/base
Wim Taymans 92aa4fede9 Merge branch 'master' into 0.11
Conflicts:
	libs/gst/base/gstbaseparse.c
	libs/gst/base/gstbasesink.c
2011-07-21 16:49:13 +02:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c buffer: add index to _take_memory() 2011-06-13 16:31:53 +02:00
gstadapter.h
gstbaseparse.c Merge branch 'master' into 0.11 2011-07-21 16:49:13 +02:00
gstbaseparse.h baseparse: provide latency query support 2011-05-18 09:49:22 +02:00
gstbasesink.c Merge branch 'master' into 0.11 2011-07-21 16:49:13 +02:00
gstbasesink.h basesink: inline the clip segment 2011-06-08 18:35:16 +02:00
gstbasesrc.c basesrc: don't accidentally disable the pool 2011-07-15 16:04:11 +01:00
gstbasesrc.h basesrc: negotiate allocation 2011-06-13 10:21:53 +02:00
gstbasetransform.c basetrans: avoid intermediate method 2011-07-21 16:39:04 +02:00
gstbasetransform.h basetrans: remove useless variables from prepare_output_buffer 2011-07-21 13:56:11 +02:00
gstbitreader-docs.h
gstbitreader.c
gstbitreader.h
gstbytereader-docs.h
gstbytereader.c
gstbytereader.h
gstbytewriter-docs.h
gstbytewriter.c buffer: add index to _take_memory() 2011-06-13 16:31:53 +02:00
gstbytewriter.h
gstcollectpads.c event: Make SEGMENT event parsing API more consistent with the others 2011-05-18 16:56:43 +02:00
gstcollectpads.h
gstdataqueue.c
gstdataqueue.h
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 feature: use object name 2011-05-24 18:17:24 +02:00
gsttypefindhelper.h
Makefile.am gst: make compiler warn about unstable API if GST_USE_UNSTABLE_API is not defined 2011-07-05 09:46:43 +01:00
README

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...