gstreamer/libs/gst/base
Tim-Philipp Müller f40aa2c4ad basesink: fix use of uninitialized variable
Running suite(s): GstBaseSink
==22023== Conditional jump or move depends on uninitialised value(s)
==22023==    at 0x505FFCE: gst_base_sink_get_sync_times (gstbasesink.c:1936)
==22023==    by 0x5068C80: gst_base_sink_do_sync (gstbasesink.c:2379)
==22023==    by 0x506BCD2: gst_base_sink_default_wait_event (gstbasesink.c:2903)
==22023==    by 0x50633A4: gst_base_sink_default_event (gstbasesink.c:2918)
==22023==    by 0x6F5C216: gst_fake_sink_event (gstfakesink.c:383)
==22023==    by 0x505F164: gst_base_sink_event (gstbasesink.c:3108)
==22023==    by 0x52FA090: gst_pad_send_event_unchecked (gstpad.c:4822)
==22023==    by 0x5303756: gst_pad_send_event (gstpad.c:4984)
==22023==    by 0x40165B: basesink_test_gap (basesink.c:148)
2013-03-03 16:03:42 +00: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: Add gst_adapter_prev_[pd]ts_at_offset() 2013-02-12 12:16:27 -08:00
gstadapter.h adapter: Add gst_adapter_prev_[pd]ts_at_offset() 2013-02-12 12:16:27 -08:00
gstbaseparse.c baseparse: Fix doc typo 2013-02-12 12:31:42 -08:00
gstbaseparse.h baseparse: add gst_base_parse_set_ts_at_offset() 2013-02-12 12:16:27 -08:00
gstbasesink.c basesink: fix use of uninitialized variable 2013-03-03 16:03:42 +00:00
gstbasesink.h basesink: add simple rate control 2012-11-09 17:01:23 +01:00
gstbasesrc.c seeking: add more logging for seeking 2013-02-27 22:17:17 +01:00
gstbasesrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasetransform.c basetransform: don't pass NULL outcaps to transform_size on shutdown 2013-02-21 11:28:12 +00: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 Fix FSF address 2012-11-03 20:44:48 +00: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: take DTS into account 2013-03-02 10:42:01 -08:00
gstcollectpads.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdataqueue.c dataqueue: can't pass a GType through GINT_TO_POINTER 2013-01-30 13:06:44 +00:00
gstdataqueue.h Fix FSF address 2012-11-03 20:44:48 +00: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 typefind: handle map failure 2013-01-14 17:01:22 +01:00
gsttypefindhelper.h Fix FSF address 2012-11-03 20:44:48 +00: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...