gstreamer/libs/gst/base
Tim-Philipp Müller 2a3d26e66e Fix multiqueue leaking buffers and events when downstream or the queue are flushing. Make refcounting assumptions exp...
Original commit message from CVS:
* libs/gst/base/gstdataqueue.c:
* libs/gst/base/gstdataqueue.h:
* plugins/elements/gstmultiqueue.c: (gst_single_queue_push_one),
(gst_multi_queue_item_new), (gst_multi_queue_chain),
(gst_multi_queue_sink_event):
* tests/check/elements/multiqueue.c: (multiqueue_suite):
Fix multiqueue leaking buffers and events when downstream or the
queue are flushing. Make refcounting assumptions explicit and
document them (shouldn't break existing code that uses it other than
maybe leak miniobjects, but that already happens anyway). Add unit
test for the most common flushing case. Fixes #423700.
2007-06-06 18:11:10 +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 Typo fixes; minor docs addition. 2007-04-28 11:29:54 +00:00
gstbasesink.h libs/gst/base/: Add ::unlock_stop to basesrc and basesink. This allows an opportunity for sub-classes to correctly cl... 2007-03-19 15:01:40 +00:00
gstbasesrc.c API: gst_base_src_query_latency(). Added method so that subclasses can easily get the latency values of the base sour... 2007-05-03 14:54:34 +00:00
gstbasesrc.h API: gst_base_src_query_latency(). Added method so that subclasses can easily get the latency values of the base sour... 2007-05-03 14:54:34 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Properly set the last_stop position on GstSegment. This will only happen if there i... 2007-05-03 16:44:34 +00:00
gstbasetransform.h libs/gst/base/gstbasetransform.h: Fix macro for locking/unlocking the transform lock. 2007-05-21 11:29:28 +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 libs/gst/base/gstcollectpads.*: Don't put the previously added destroy notify in the GstCollectData struct as all it'... 2007-02-01 19:00:48 +00:00
gstdataqueue.c Fix multiqueue leaking buffers and events when downstream or the queue are flushing. Make refcounting assumptions exp... 2007-06-06 18:11:10 +00:00
gstdataqueue.h Fix multiqueue leaking buffers and events when downstream or the queue are flushing. Make refcounting assumptions exp... 2007-06-06 18:11:10 +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: Fix off-by-one bug that would only allow peeks of N-1 bytes from the start even if... 2006-05-24 17:11:06 +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...