gstreamer/libs/gst/base
Wim Taymans 76e8b2ecda task: add GDestroyNotify to _new
Add a GDestroyNotify to the user_data we pass to gst_task_new()
Change gst_pad_start_task() to also take the notify
2012-06-20 10:31:49 +02:00
..
.gitignore
gstadapter.c adapter: add missing element-type annotations 2012-06-18 13:18:32 +02:00
gstadapter.h adapter: make internals private 2012-05-01 09:32:45 +02:00
gstbaseparse.c task: add GDestroyNotify to _new 2012-06-20 10:31:49 +02:00
gstbaseparse.h baseparse: Rename ::event() to ::sink_event() for consistency 2012-03-30 12:03:40 +02:00
gstbasesink.c task: add GDestroyNotify to _new 2012-06-20 10:31:49 +02:00
gstbasesink.h basesink: wait_eos() -> wait() 2012-06-18 11:36:25 +02:00
gstbasesrc.c task: add GDestroyNotify to _new 2012-06-20 10:31:49 +02:00
gstbasesrc.h basesink: lower GST_BASE_SRC_FLAG_LAST 2012-03-30 11:49:16 +02:00
gstbasetransform.c basetransform: Don't return the return value of gst_pad_set_caps() 2012-06-08 15:33:34 +02:00
gstbasetransform.h trans: add transform_ip_on_passthrough 2012-04-02 11:09:50 +02:00
gstbitreader-docs.h
gstbitreader.c base: add some missing introspection annotations 2012-06-19 18:41:04 -07:00
gstbitreader.h base: add some missing introspection annotations 2012-06-19 18:41:04 -07:00
gstbytereader-docs.h
gstbytereader.c
gstbytereader.h base: add some missing introspection annotations 2012-06-19 18:41:04 -07:00
gstbytewriter-docs.h
gstbytewriter.c base: add some missing introspection annotations 2012-06-19 18:41:04 -07:00
gstbytewriter.h bytewriter: Add unchecked/inline variant of gst_byte_writer_put_buffer() 2012-03-29 18:01:11 +02:00
gstcollectpads.c collectpads: do not unref flush_start twice 2012-04-23 17:04:57 +02:00
gstcollectpads.h collectpads2: rename to collectpads 2012-04-17 15:07:54 +02:00
gstindex.c
gstindex.h
gstmemindex.c
gstpushsrc.c
gstpushsrc.h
gsttypefindhelper.c typefind: fix prototype of helper_find_suggest 2012-05-24 11:10:22 +02:00
gsttypefindhelper.h
Makefile.am collectpads2: rename to collectpads 2012-04-17 15:07:54 +02:00
README

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

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