mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
381006822b
Original commit message from CVS: 2005-10-02 Andy Wingo <wingo@pobox.com> * gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int. It is volatile, after all. * docs/design/part-gstghostpad.txt: Flesh out activation with ghost pads. * gst/base/gstbasesrc.c (gst_base_src_init): Use GST_DEBUG_FUNCPTR. |
||
---|---|---|
.. | ||
.gitignore | ||
gstadapter.c | ||
gstadapter.h | ||
gstbasesink.c | ||
gstbasesink.h | ||
gstbasesrc.c | ||
gstbasesrc.h | ||
gstbasetransform.c | ||
gstbasetransform.h | ||
gstcollectpads.c | ||
gstcollectpads.h | ||
gstpushsrc.c | ||
gstpushsrc.h | ||
gsttypefindhelper.c | ||
gsttypefindhelper.h | ||
Makefile.am | ||
README |
Base classes ------------ GstBaseSink FIXME: not much point making it operate in pull mode as a generic base class I guess...