gstreamer/libs/gst/base
Thiago Santos 3dc8ee97e5 basesrc: preserve seqnum on segments after seeks
The seqnum of the segment after a seek should be the same of
the seek event. Downstream elements might rely on seqnums to
identify events related to a seek.

This is particularly important when a demuxer maps a TIME seek
into a BYTES seek for upstream and it needs to identify the
corresponding segment event and map it back into TIME to push
downstream, possibly using the values from the original seek
event.

https://bugzilla.gnome.org/show_bug.cgi?id=707530
2013-09-05 15:40:04 -03:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
base.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +00:00
gstadapter.c adapter: Take account of the skip in gst_adapter_take_buffer_fast() 2013-07-16 15:38:11 -04:00
gstadapter.h adapter: Add function to return buffer composed of multiple memories 2013-07-16 14:07:48 -04:00
gstbaseparse.c baseparse: Add a property to disable passthrough 2013-08-13 17:11:35 +02:00
gstbaseparse.h baseparse: more inter-timestamp tracking 2013-03-27 18:26:30 +01:00
gstbasesink.c basesink: demote log message, don't spam INFO level when handling buffer lists 2013-08-29 11:07:38 +01:00
gstbasesink.h basesink: add simple rate control 2012-11-09 17:01:23 +01:00
gstbasesrc.c basesrc: preserve seqnum on segments after seeks 2013-09-05 15:40:04 -03:00
gstbasesrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasetransform.c basetransform: Don't push out identical caps 2013-08-22 19:06:47 +02:00
gstbasetransform.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbitreader-docs.h docs: align the comments correctly with the declaration in bitreader docs 2013-01-29 15:43:05 +00:00
gstbitreader.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbitreader.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytereader-docs.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytereader.c bytereader: Accelerate MPEG/H264 start code scanning 2013-08-10 18:54:34 -04:00
gstbytereader.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytewriter-docs.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytewriter.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytewriter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcollectpads.c collectpads: Don't unref NULL GstCollectData 2013-09-05 14:15:30 +02:00
gstcollectpads.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdataqueue.c dataqueue: add gst_data_queue_push_force 2013-08-13 12:00:48 -03:00
gstdataqueue.h dataqueue: add gst_data_queue_push_force 2013-08-13 12:00:48 -03:00
gstindex.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstindex.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstmemindex.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstqueuearray.c queuearray: make _find() find the value if no compare function is provided 2013-01-30 12:07:52 +00:00
gstqueuearray.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindhelper.c typefindhelper: Avoid using buffer_get_size in tight loops 2013-07-30 06:59:44 +02:00
gsttypefindhelper.h Add few missing allow-none annotation 2013-07-03 14:25:07 -04:00
Makefile.am Use GST_*_1_0 environment variables everywhere 2013-01-15 13:47:32 +00: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...