gstreamer/libs/gst/base
Brian Cameron 30c6d0cc35 typefind: fix prototype of helper_find_suggest
The proto for helper_find_suggest has a different argument than the actual
function in the same file has.  This causes the Sun Studio compiler to fail.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676624
2012-05-24 11:04:47 +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: simplify gst_adapter_take_list() 2011-11-01 14:17:21 +00:00
gstadapter.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbaseparse.c baseparse: always attempt to push if not-linked 2012-04-02 15:17:25 +02:00
gstbaseparse.h baseparse: Fix documentation, it's pre_push_frame and not pre_push_buffer 2011-10-20 16:59:01 +02:00
gstbasesink.c basesink: don't compensate for render-delay twice 2012-01-05 18:04:22 +00:00
gstbasesink.h basesink: make it easy to override the pad query 2011-09-08 14:46:59 +02:00
gstbasesrc.c basesrc: default return TRUE for latency-events reaching the src 2012-05-18 10:14:55 +02:00
gstbasesrc.h basesrc: add dynamic size handling 2011-06-08 20:16:25 +02:00
gstbasetransform.c basetransform: Fix 'equality comparison with extraneous parentheses' compiler warning 2012-03-06 12:23:15 +01:00
gstbasetransform.h basetransform: Fix bodged previous commit 2011-08-26 13:02:34 +01:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01:00
gstbitreader.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01:00
gstbytereader.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbytewriter-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstcollectpads.c docs: fix a typo in comment 2012-02-26 23:10:58 +01:00
gstcollectpads.h gstcollectpads: Fix docs about GstCollectData list 2010-08-12 16:05:35 -03:00
gstcollectpads2.c collectpads2: always recording incoming segment info if no buffer_func set 2012-04-17 12:23:48 +02:00
gstcollectpads2.h pads, collectpads2: get rid of superfluous brackets around static rec mutex calls 2012-03-08 16:27:48 +00:00
gstdataqueue.c Work around deprecated thread API in glib master 2011-12-04 13:35:38 +00:00
gstdataqueue.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +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 docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gsttypefindhelper.c typefind: fix prototype of helper_find_suggest 2012-05-24 11:04:47 +02:00
gsttypefindhelper.h typefind: add a new method that also uses the file extension 2010-01-12 17:34:39 +01:00
Makefile.am base: Add collectpads2 2011-10-28 09:36:06 +02:00
README

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

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