gstreamer/libs/gst/base
Sebastian Dröge 895332e056 baseparse: When initializing DTS from PTS, remember that we did so
If we don't store the value in prev_dts, we would over and over again
initialize the DTS from the last known upstream PTS. If upstream only provides
PTS every now and then, then this causes DTS to be rather static.

For example in adaptive streaming scenarios this means that all buffers in a
fragment will have exactly the same DTS while the PTS is properly updated. As
our queues are now preferring to do buffer fill level calculations on DTS,
this is causing huge problems there.

See https://bugzilla.gnome.org/show_bug.cgi?id=691481#c27 where this part of
the code was introduced.

https://bugzilla.gnome.org/show_bug.cgi?id=765096
2016-04-15 16:02:29 +03:00
..
.gitignore
base.h base: include flowcombiner header from base.h 2014-05-27 09:55:27 +01:00
gstadapter.c docs: annotate C examples as such 2016-02-15 17:45:15 +00:00
gstadapter.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbaseparse.c baseparse: When initializing DTS from PTS, remember that we did so 2016-04-15 16:02:29 +03:00
gstbaseparse.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbasesink.c Revert "basesink: Take PREROLL_LOCK in wait_event()" 2016-04-12 15:17:36 +03:00
gstbasesink.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbasesrc.c gstreamer: use new gst_element_class_add_static_pad_template() 2016-03-24 14:43:41 +02:00
gstbasesrc.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbasetransform.c Use new GST_ENABLE_EXTRA_CHECKS #define 2015-10-21 14:31:56 +03:00
gstbasetransform.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05: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 gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04: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 gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04:00
gstbytereader.h bytereader: add gst_byte_reader_peek_sub_reader() and _get_sub_reader() 2014-08-15 10:03:26 +01:00
gstbytewriter-docs.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytewriter.c gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04:00
gstbytewriter.h docs: remove dummy function declarations with G_INLINE_FUNCTION for gtk-doc 2015-11-09 17:59:16 +00:00
gstcollectpads.c collectpads: Assume PTS is equal DTS if PTS is missing 2016-03-24 14:29:47 +02:00
gstcollectpads.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstdataqueue.c dataqueue: Fix gst_data_queue_new() description. 2014-11-06 21:09:09 +11:00
gstdataqueue.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstflowcombiner.c flowcombiner: add a gst_flow_combiner_update_pad_flow() method 2015-03-07 20:18:43 +01:00
gstflowcombiner.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstindex.c doc: Remove gstindex from doc comment 2015-06-13 13:55:27 -04:00
gstindex.h index: mark two structs that don't have abi padding 2015-09-28 16:23:41 +02:00
gstmemindex.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.c docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-26 21:21:51 +01:00
gstpushsrc.h pushsrc: fix minor typos in header 2016-02-12 20:50:57 +00:00
gstqueuearray.c queuearray: allow storing of structs in addition to pointers 2015-07-04 11:03:51 +01:00
gstqueuearray.h queuearray: allow storing of structs in addition to pointers 2015-07-04 11:03:51 +01:00
gsttypefindhelper.c base: add (nullable) annotations to return values 2014-06-26 18:55:25 +02:00
gsttypefindhelper.h base: use correct syntax in documentation more consistently 2014-06-06 15:09:21 -04:00
Makefile.am Drop usage of deprecated g-ir-scanner --strip-prefix flag 2015-12-02 15:02:25 -08:00
README

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

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