gstreamer/libs/gst/base
Tim-Philipp Müller 651061dfd9 libs/gst/base/gsttypefindhelper.c: Fix off-by-one bug that would only allow peeks of N-1 bytes from the start even if...
Original commit message from CVS:
* libs/gst/base/gsttypefindhelper.c: (buf_helper_find_peek):
Fix off-by-one bug that would only allow peeks of N-1 bytes
from the start even if the buffer to typefind on contains
in fact N bytes of data (makes vorbis typefinding from a
vorbis identification header buffer work).
* tests/check/Makefile.am:
* tests/check/libs/.cvsignore:
* tests/check/libs/typefindhelper.c: (GST_START_TEST),
(gst_typefindhelper_suite), (main), (foobar_typefind),
(plugin_init):
Add very basic unit test for gst_type_find_helper_for_buffer()
that checks for the problem fixed above.
2006-05-24 17:11:06 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.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
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: Don't report POSITION based on clock time if sync is disabled in a sink. 2006-05-15 11:54:22 +00:00
gstbasesink.h whitespace removal and width coercion 2006-05-03 16:42:08 +00:00
gstbasesrc.c G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core 2006-05-11 18:10:34 +00:00
gstbasesrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstbasetransform.c G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core 2006-05-11 18:10:34 +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/gstcollectpads.c: clear/reset segment info in FLUSH_STOP. 2006-05-23 09:40:14 +00:00
gstcollectpads.h libs/gst/base/gstcollectpads.*: No need to call _stop in _finalize. 2006-05-10 14:51:33 +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 CVS surgery + support to move base, check, and net out of gst and into libs/gst 2005-11-29 19:12:30 +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...