gstreamer/gst/base
Andy Wingo a8560f7b3b gst/base/gstbasesrc.c (GST_LIVE_BROADCAST, GST_LIVE_SIGNAL) (GST_LIVE_TIMED_WAIT, GST_LIVE_WAIT, GST_LIVE_GET_COND) (...
Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* gst/base/gstbasesrc.c (GST_LIVE_BROADCAST, GST_LIVE_SIGNAL)
(GST_LIVE_TIMED_WAIT, GST_LIVE_WAIT, GST_LIVE_GET_COND)
(GST_LIVE_UNLOCK, GST_LIVE_TRYLOCK, GST_LIVE_LOCK)
(GST_LIVE_GET_LOCK): Moved here from gstbasesrc.h. They are
private to the basesrc implementation.
2005-11-21 14:41:26 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c docs/gst/gstreamer-sections.txt: Added some docs for GstCollectData. 2005-11-11 20:12:42 +00:00
gstadapter.h gst/elements/gstfilesink.c (gst_file_sink_start) 2005-11-09 09:48:16 +00:00
gstbasesink.c check/gst/gstvalue.c: Add a deserialisation test for fractions 2005-11-20 17:12:49 +00:00
gstbasesink.h gst/: Avoid excessive typechecking in macros. 2005-11-08 11:13:07 +00:00
gstbasesrc.c gst/base/gstbasesrc.c (GST_LIVE_BROADCAST, GST_LIVE_SIGNAL) (GST_LIVE_TIMED_WAIT, GST_LIVE_WAIT, GST_LIVE_GET_COND) (... 2005-11-21 14:41:26 +00:00
gstbasesrc.h gst/base/gstbasesrc.c (GST_LIVE_BROADCAST, GST_LIVE_SIGNAL) (GST_LIVE_TIMED_WAIT, GST_LIVE_WAIT, GST_LIVE_GET_COND) (... 2005-11-21 14:41:26 +00:00
gstbasetransform.c docs/gst/gstreamer.types: gst_collectpads_get_type => gst_collect_pads_get_type. 2005-11-21 11:26:07 +00:00
gstbasetransform.h gst/gstclock.h (GstClock): Add rate and offset properties, preserving ABI stability. Add rate/offset accessors. Will ... 2005-11-17 11:51:49 +00:00
gstcollectpads.c Rename gst_collecpads_foo() => gst_collect_pads_foo(). Document unimplemented functions as unimplemented (#320766). 2005-11-21 11:00:03 +00:00
gstcollectpads.h Rename gst_collecpads_foo() => gst_collect_pads_foo(). Document unimplemented functions as unimplemented (#320766). 2005-11-21 11:00:03 +00:00
gstpushsrc.c gst/base/gstpushsrc.c: Shorten by 30% via use of boilerplate macro. 2005-11-05 15:14:33 +00:00
gstpushsrc.h whitespace fixes 2005-10-15 15:30:24 +00:00
gsttypefindhelper.c gst/: 2005-11-09 16:44:40 +00:00
gsttypefindhelper.h whitespace fixes 2005-10-15 15:30:24 +00:00
Makefile.am fix link flags 2005-10-15 17:22:34 +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...