gstreamer/libs/gst/base
Antoine Tremblay 3a0f9058ba libs/gst/base/gstbasesrc.c: Match _start/_stop calls in the activate functions. Remove redundant _stop call from the ...
Original commit message from CVS:
Based on patch by: Antoine Tremblay <hexa00 at gmail dot com>
* libs/gst/base/gstbasesrc.c:
(gst_base_src_default_check_get_range), (gst_base_src_start),
(gst_base_src_activate_push), (gst_base_src_activate_pull),
(gst_base_src_change_state):
Match _start/_stop calls in the activate functions. Remove redundant
_stop call from the state change function. Fixes #356910.
Turn failure DEBUG into ERROR.
2006-09-23 09:30:40 +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: Make sure that our internal state is correct when we commit our state asynchronously. Th... 2006-09-15 09:49:14 +00:00
gstbasesink.h Expose logic to wait for preroll so that subclasses such as audiosink can also use this method. 2006-09-15 08:47:36 +00:00
gstbasesrc.c libs/gst/base/gstbasesrc.c: Match _start/_stop calls in the activate functions. Remove redundant _stop call from the ... 2006-09-23 09:30:40 +00:00
gstbasesrc.h libs/gst/base/gstbasesrc.h: Note in the docs that the ::newsegment vfunc is not actually used by 2006-07-29 13:45:09 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Check if requested caps are the same as the sinks caps IF 2006-09-16 12:49:02 +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 docs/: Fix docs some more. 2006-09-01 10:26:52 +00:00
gstcollectpads.h docs/: Fix docs some more. 2006-09-01 10:26:52 +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 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...