gstreamer/libs/gst/base
Wim Taymans 957e40343d basesink: use more correct segment methods
Use the more correct new segment methods for updating the segment before and
after a step.
2009-06-04 12:53:23 +02:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c adapter: fix _masked_scan_uint32() at boundaries 2009-05-28 22:02:21 +02:00
gstadapter.h adapter: add _masked_scan_uint32 2009-05-20 00:37:53 +02:00
gstbasesink.c basesink: use more correct segment methods 2009-06-04 12:53:23 +02:00
gstbasesink.h libs/gst/base/gstbasesink.*: Fix documentation for the wait_clock method, rename basesink -> sink for consistency. 2009-01-09 15:43:17 +00:00
gstbasesrc.c basesrc: don't ignore pad_start return value 2009-05-11 23:06:39 +02:00
gstbasesrc.h docs/design/part-negotiation.txt: Small doc update. 2008-10-10 10:01:36 +00:00
gstbasetransform.c logging: fix unused variable warning when disabling debug logs. 2009-04-15 23:35:35 +03:00
gstbasetransform.h libs/gst/base/gstbasetransform.*: Add vmethod that is called before we start the transform and which can be used to c... 2008-12-08 18:35:44 +00:00
gstbitreader.c libs/gst/base/: Fix the names of 2 functions in the docs strings. 2008-10-22 13:47:20 +00:00
gstbitreader.h
gstbytereader.c libs/gst/base/gstbytereader.c: Use GST_(READ|WRITE)_(FLOAT|DOUBLE)_(LE|BE) instead of our own copies of them. 2008-10-23 07:11:54 +00:00
gstbytereader.h API: Add gst_byte_reader_get_data and gst_byte_reader_peek_data to get a pointer to the data at the current position ... 2008-10-22 14:47:04 +00:00
gstcollectpads.c Remove unused variables detected by LLVM's Clang static analyzer. 2009-04-03 12:56:48 +02:00
gstcollectpads.h
gstdataqueue.c gst: Use g_once_init* or G_DEFINE_TYPE 2009-04-04 10:59:39 +02:00
gstdataqueue.h
gstpushsrc.c
gstpushsrc.h
gsttypefindhelper.c gsttypefindhelper: Fix indentation 2009-05-22 12:57:10 +02:00
gsttypefindhelper.h Add new typefing helper function to guess the caps based on the file 2009-01-21 12:48:18 +01:00
Makefile.am
README

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...