gstreamer/libs/gst/base
Wim Taymans bdbc069348 Rework GstSegment handling
Improve GstSegment, rename some fields. The idea is to have the GstSegment
structure represent the timing structure of the buffers as they are generated by
the source or demuxer element.
gst_segment_set_seek() -> gst_segment_do_seek()
Rename the NEWSEGMENT event to SEGMENT.
Make parsing of the SEGMENT event into a GstSegment structure.
Pass a GstSegment structure when making a new SEGMENT event. This allows us to
pass the timing info directly to the next element. No accumulation is needed in
the receiving element, all the info is inside the element.
Remove gst_segment_set_newsegment(): This function as used to accumulate
segments received from upstream, which is now not needed anymore because the
segment event contains the complete timing information.
2011-05-16 11:37:52 +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 base: Use G_DEFINE_TYPE instead of GST_BOILERPLATE 2011-04-19 11:45:36 +02:00
gstadapter.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbaseparse.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gstbaseparse.h baseparse: expose gst_base_parse_frame_free() for completeness 2011-04-15 19:07:55 +01:00
gstbasesink.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gstbasesink.h Remove pad_alloc, this can now be done better 2011-04-29 13:26:19 +02:00
gstbasesrc.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gstbasesrc.h query: allow _make_writable on query handlers 2011-05-10 18:36:33 +02:00
gstbasetransform.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gstbasetransform.h Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbitreader.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbytereader.h Merge branch 'master' into 0.11-fdo 2011-03-28 20:11:20 +02:00
gstbytewriter-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.c bytewriter: don't add NULL data 2011-03-31 18:39:57 +02:00
gstbytewriter.h Merge branch 'master' into 0.11-fdo 2011-03-28 20:11:20 +02:00
gstcollectpads.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gstcollectpads.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstdataqueue.c libs: cleanups for 0.11 2011-02-22 19:09:48 +01:00
gstdataqueue.h libs: cleanups for 0.11 2011-02-22 19:09:48 +01:00
gstpushsrc.c base: Use G_DEFINE_TYPE instead of GST_BOILERPLATE 2011-04-19 11:45:36 +02:00
gstpushsrc.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gsttypefindhelper.c base: avoid using buffer caps 2011-05-08 12:46:17 +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-04-16 16:06:02 +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...