gstreamer/libs/gst/base
Wim Taymans 931ef328d8 libs/gst/base/gstbasesink.c: When operating in pull mode update the offset so that we read sequentially.
Original commit message from CVS:
* libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_object),
(gst_base_sink_loop), (gst_base_sink_get_position):
When operating in pull mode update the offset so that we
read sequentially.
2006-07-05 18:18:47 +00:00
..
.gitignore moap ignore 2006-07-02 00:39:28 +00:00
gstadapter.c gst/gstelement.c: Clarify the use of _release_request_pad() and _get_request_pad() a bit better. 2006-05-30 15:53:40 +00:00
gstadapter.h docs/libs/gstreamer-libs-sections.txt: API: addition: gst_adapter_take_buffer() 2006-05-04 14:19:53 +00:00
gstbasesink.c libs/gst/base/gstbasesink.c: When operating in pull mode update the offset so that we read sequentially. 2006-07-05 18:18:47 +00:00
gstbasesink.h whitespace removal and width coercion 2006-05-03 16:42:08 +00:00
gstbasesrc.c gst/gstcaps.c: Fix crasher when passed NULL. Doc clarification. 2006-06-22 13:51:19 +00:00
gstbasesrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Make sure the buffer we pass to transform_ip has a refcount of 1 and thus is writab... 2006-07-05 08:16:12 +00:00
gstbasetransform.h docs/libs/gstreamer-libs-sections.txt: make sure GstBaseTransformClass shows up in the docs 2006-05-03 16:45:11 +00:00
gstcollectpads.c libs/gst/base/: Don't randomly and silently reset a segment when the format changes as this is a bug somewhere upstre... 2006-06-14 10:31:43 +00:00
gstcollectpads.h API: gst_collect_pads_set_flushing 2006-05-29 16:00:13 +00:00
gstpushsrc.c Make sure gstprivate.h and/or config.h are always included first, otherwise some of our defines (like _FILE_OFFSET_BI... 2006-05-04 15:20:14 +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 configure.ac: set CFLAGS and friends to -O0 if gcov is being used add GCOV LIBS 2006-07-01 23:26: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...