mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
6c611baadf
Original commit message from CVS: * gst/base/gstbasesink.c: (gst_basesink_change_state): Fix preroll lockup. |
||
---|---|---|
.. | ||
gstbasesink.c | ||
gstbasesink.h | ||
Makefile.am | ||
README |
Base classes ------------ GstBaseSink Base class for sink elements. - one sinkpad - handles state changes - does flushing - preroll with optional preview - pull/push mode - EOS handling FIXME: not much point making it operate in pull mode as a generic base class I guess...