gstreamer/libs/gst/base
Wim Taymans 6e6fc159a7 basesrc: call _stop when start failed
When we failed to complete the start, call stop again. This makes sure that all
successfull calls to _start are paired with a _stop.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687845
2012-12-13 14:48:35 +01: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: fix 0.10 docs to make more sense in 1.0 2012-12-05 14:24:14 +01:00
gstadapter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbaseparse.c baseparse: pass DTS and PTS to handle_buffer 2012-12-11 16:46:18 +01:00
gstbaseparse.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasesink.c basesink: add some debug 2012-11-20 16:23:56 +01:00
gstbasesink.h basesink: add simple rate control 2012-11-09 17:01:23 +01:00
gstbasesrc.c basesrc: call _stop when start failed 2012-12-13 14:48:35 +01:00
gstbasesrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasetransform.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasetransform.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbitreader-docs.h Fix FSF address 2012-11-03 20:44:48 +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 Fix FSF address 2012-11-03 20:44:48 +00:00
gstcollectpads.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdataqueue.c dataqueue: reduce debug log spam a bit 2012-11-25 18:11:38 +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 Fix FSF address 2012-11-03 20:44:48 +00:00
gstqueuearray.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindhelper.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindhelper.h Fix FSF address 2012-11-03 20:44:48 +00:00
Makefile.am libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +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...