gstreamer/libs/gst/base
Wim Taymans 5d57d96af6 libs/gst/base/gstbasesrc.*: Add property to make the basesrc timestamp buffers based on the current running time.
Original commit message from CVS:
* libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_init), (gst_base_src_set_do_timestamp),
(gst_base_src_get_do_timestamp), (gst_base_src_set_property),
(gst_base_src_get_property), (gst_base_src_do_sync):
* libs/gst/base/gstbasesrc.h:
Add property to make the basesrc timestamp buffers based on the current
running time.
API: GstBaseSrc::do-timestamp
API: gst_base_src_set_do_timestamp()
API: gst_base_src_get_do_timestamp()
2007-09-10 16:50:11 +00:00
..
.gitignore moap ignore 2006-07-02 00:39:28 +00:00
gstadapter.c gst/gstelement.c: Don't output the same debug statement twice. 2007-04-13 11:53:00 +00:00
gstadapter.h API: gst_adapter_copy() that can reduce the amount of memcpy when getting data from the adapter. Fixes #388201. 2007-01-25 10:50:03 +00:00
gstbasesink.c libs/gst/base/gstbasesink.c: Protect eos and have_preroll with the OBJECT lock so we don't need to take the PREROLL l... 2007-09-05 22:12:42 +00:00
gstbasesink.h docs/libs/gstreamer-libs-sections.txt: Add new methods to docs. 2007-08-30 17:50:54 +00:00
gstbasesrc.c libs/gst/base/gstbasesrc.*: Add property to make the basesrc timestamp buffers based on the current running time. 2007-09-10 16:50:11 +00:00
gstbasesrc.h libs/gst/base/gstbasesrc.*: Add property to make the basesrc timestamp buffers based on the current running time. 2007-09-10 16:50:11 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Work around the brokenness of the event vmethod in basetransform. Prefer to return ... 2007-06-15 10:48:19 +00:00
gstbasetransform.h libs/gst/base/gstbasetransform.c: Work around the brokenness of the event vmethod in basetransform. Prefer to return ... 2007-06-15 10:48:19 +00:00
gstcollectpads.c libs/gst/base/gstcollectpads.c: Use additional refcounting to avoid crashes when dynamically adding and removing pads... 2007-05-25 09:26:20 +00:00
gstcollectpads.h gst/gsttaglist.c: Fix doc syntax. 2007-07-10 20:10:16 +00:00
gstdataqueue.c libs/gst/base/gstdataqueue.*: Various cleanups. 2007-06-15 11:00:32 +00:00
gstdataqueue.h libs/gst/base/gstdataqueue.*: Various cleanups. 2007-06-15 11:00:32 +00:00
gstpushsrc.c libs/gst/base/gstpushsrc.c: Add some more docs here and there. 2006-07-05 18:20:58 +00:00
gstpushsrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gsttypefindhelper.c libs/gst/base/gsttypefindhelper.c: Cleanup the typefindhelper code and add private doc comments. 2007-07-24 13:38:21 +00:00
gsttypefindhelper.h New API: gst_type_find_helper_get_range() (#333042). 2006-03-02 13:45:32 +00:00
Makefile.am libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful for elements that need some queueing fun... 2006-11-28 12:07:06 +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...