gstreamer/gst
Wim Taymans 39d486e526 buffer: add owner private as intermediate solution
Add an owner private field where the owner of a buffer can store some extra
information. We can use this to implement most of the subclassing that happens
now. Later this will be removed and replaced by arbitrary buffer metadata.
2011-02-24 13:55:35 +01:00
..
parse parse-launch: trim whitespaces 2011-02-14 15:39:21 +02:00
.gitignore gstbase: Add gobject-introspection support 2009-09-05 10:28:46 +02:00
gettext.h gettext: build fixes: #if -> #ifdef 2010-03-22 17:10:06 +02:00
glib-compat-private.h Fix GStatBuf definition for win32 when building against older glib. 2010-12-22 16:36:50 -08:00
glib-compat.c gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.h Remove some compatibility stuff for GLib < 2.14 2009-03-26 11:08:27 +01:00
gst-i18n-app.h i18n: define dummy ngettext if i18n is disabled. 2010-03-11 10:14:05 +02:00
gst-i18n-lib.h i18n: define dummy ngettext if i18n is disabled. 2010-03-11 10:14:05 +02:00
gst.c gst: fix type registration 2011-02-23 12:01:55 +01:00
gst.h element: rework GstElementDetails 2010-12-07 15:33:04 +01:00
gst_private.h improve type registration 2011-02-23 10:35:36 +01:00
gstatomicqueue.c docs: add some more Since: markers to atomic queue docs 2011-02-21 11:28:11 +00:00
gstatomicqueue.h docs: add some more Since: markers to atomic queue docs 2011-02-21 11:28:11 +00:00
gstbin.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstbin.h cleanups 2011-02-22 16:04:12 +01:00
gstbuffer.c miniobject: cleanups 2011-02-23 16:48:00 +01:00
gstbuffer.h buffer: add owner private as intermediate solution 2011-02-24 13:55:35 +01:00
gstbufferlist.c miniobject: cleanups 2011-02-23 16:48:00 +01:00
gstbufferlist.h improve type registration 2011-02-23 10:35:36 +01:00
gstbus.c miniobject: work on making caps a boxed type 2011-02-23 10:34:08 +01:00
gstbus.h bus: make the bus almost lockfree 2011-02-16 17:56:39 +01:00
gstcaps.c caps: remove poisoning 2011-02-24 10:28:20 +01:00
gstcaps.h caps: warn when make_writable result is ignored 2011-02-23 12:44:54 +01:00
gstchildproxy.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstchildproxy.h docs: fix gtk-doc /*< private >*/ marker 2009-07-02 01:18:57 +01:00
gstclock.c cleanups 2011-02-22 16:04:12 +01:00
gstclock.h cleanups 2011-02-22 16:04:12 +01:00
gstcompat.h pad: remove get_caps_reffed variants 2010-12-07 18:14:38 +01:00
gstconfig.h.in Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstdatetime.c gstdatetime: Disable usage of GDateTime on MacOSX 2011-01-05 11:26:13 +01:00
gstdatetime.h datetime: Add _from_unix_epoch variants 2010-11-17 09:58:32 -03:00
gstdebugutils.c dot-dump: terminate truncated strings and escape special chars 2010-06-25 21:25:10 +03:00
gstdebugutils.h build: more some prototypes out if #ifndef GST_DISABLE_GST_DEBUG 2010-03-28 13:14:06 +03:00
gstelement.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstelement.h Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstelementfactory.c elementfactory: improve caps string management 2011-02-23 12:01:16 +01:00
gstelementfactory.h element: rework GstElementDetails 2010-12-07 15:33:04 +01:00
gstelementmetadata.h element: rework GstElementDetails 2010-12-07 15:33:04 +01:00
gsterror.c docs: gst_error_get_message() returns string in UTF-8, not current locale 2010-12-07 19:34:46 +00:00
gsterror.h introspection: Build with latest g-i 2010-09-12 15:13:32 +01:00
gstevent.c miniobject: cleanups 2011-02-23 16:48:00 +01:00
gstevent.h fix macros 2011-02-23 10:35:36 +01:00
gstfilter.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstfilter.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstformat.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstformat.h Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gstghostpad.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstghostpad.h docs: fix gtk-doc /*< private >*/ marker 2009-07-02 01:18:57 +01:00
gstindex.c docs: fix typo in gst_index_new() docs 2011-02-21 13:05:11 +00:00
gstindex.h cleanups 2011-02-22 16:04:12 +01:00
gstindexfactory.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstindexfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstinfo.c info: make adding/removing of gst_debug_log_default() work properly 2011-02-03 10:53:27 +00:00
gstinfo.h info: make adding/removing of gst_debug_log_default() work properly 2011-02-03 10:53:27 +00:00
gstinterface.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstinterface.h Remove broken class to interface cast macros from GstUriHandler and GstImplementsInterface headers 2009-01-30 18:25:39 +00:00
gstiterator.c iterator: Add new FIXME for 0.11 and update gst_iterator_find_custom docs 2010-06-13 15:25:24 +02:00
gstiterator.h docs: it's its 2009-08-31 17:00:17 +01:00
gstmacros.h macros: Define restrict keyword if not available 2010-12-02 19:02:07 +01:00
gstmarshal.list miniobject: make queries a boxed type 2011-02-23 10:34:45 +01:00
gstmessage.c miniobject: cleanups 2011-02-23 16:48:00 +01:00
gstmessage.h fix macros 2011-02-23 10:35:36 +01:00
gstminiobject.c miniobject: clear flags in init 2011-02-23 12:00:42 +01:00
gstminiobject.h miniobject: cleanups 2011-02-23 16:48:00 +01:00
gstobject.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstobject.h object: fix docs 2010-12-07 15:19:34 +01:00
gstpad.c pad: set boxed type correctly 2011-02-23 10:35:36 +01:00
gstpad.h pad: remove get_caps_reffed variants 2010-12-07 18:14:38 +01:00
gstpadtemplate.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstpadtemplate.h padtemplate: add two FIXME0.11: comments 2010-12-03 09:50:31 +02:00
gstparamspecs.c paramspecs: revert gst_param_spec_is_mutable() for release 2009-04-16 00:48:11 +01:00
gstparamspecs.h paramspecs: revert gst_param_spec_is_mutable() for release 2009-04-16 00:48:11 +01:00
gstparse.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstparse.h API: gst_parse_launch_full() 2008-05-24 15:33:53 +00:00
gstpipeline.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstpipeline.h remove deprecated symbols and methods 2010-12-06 19:18:31 +01:00
gstplugin.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstplugin.h cleanups 2011-02-22 16:04:12 +01:00
gstpluginfeature.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstpluginfeature.h GstElementFactory: Add listing features 2010-09-03 19:31:12 +02:00
gstpluginloader.c gstpluginloader: do not leak the description string 2011-01-24 16:44:04 +00:00
gstpluginloader.h Plugin loader phase 2 2009-10-06 19:51:42 +01:00
gstpoll.c poll: trigger rebuild setup in _new 2011-02-03 15:52:18 +01:00
gstpoll.h poll: add method to get a GPollFD 2010-12-03 15:50:38 +01:00
gstpreset.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstpreset.h gst/: Remove double interface from doc-string. 2008-08-12 06:27:35 +00:00
gstquark.c message: add timeout to progress message 2011-02-15 18:55:23 +01:00
gstquark.h message: add timeout to progress message 2011-02-15 18:55:23 +01:00
gstquery.c miniobject: cleanups 2011-02-23 16:48:00 +01:00
gstquery.h fix macros 2011-02-23 10:35:36 +01:00
gstregistry.c registry: Don't replace valid existing plugins by blacklisted ones 2011-01-10 11:38:19 +01:00
gstregistry.h cleanups 2011-02-22 16:04:12 +01:00
gstregistrybinary.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstregistrybinary.h binaryregistry: save and load release date time in GstPluginDesc 2010-07-23 17:03:42 +01:00
gstregistrychunks.c fix compilation 2011-02-23 10:35:36 +01:00
gstregistrychunks.h binaryregistry: ignore the plugin cache if the filter environment has changed 2010-06-23 17:56:51 +01:00
gstsegment.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstsegment.h cleanups 2011-02-22 16:04:12 +01:00
gststructure.c docs: add missing "Since: 0.10.31" marker for gst_structure_get_date_time() 2011-01-24 14:38:15 +00:00
gststructure.h structure: add gst_structure_{id_}take_value() 2010-09-16 19:39:58 +01:00
gstsystemclock.c cleanups 2011-02-22 16:04:12 +01:00
gstsystemclock.h cleanups 2011-02-22 16:04:12 +01:00
gsttaglist.c miniobject: more boxed type fixing 2011-02-23 10:35:09 +01:00
gsttaglist.h docs: clarify the NOMINAL_BITRATE docs 2011-02-09 15:23:13 +02:00
gsttagsetter.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttagsetter.h tags: API: Add functions to add single tags to GstTagList or GstTagSetter 2009-05-12 09:02:44 +02:00
gsttask.c cleanups 2011-02-22 16:04:12 +01:00
gsttask.h cleanups 2011-02-22 16:04:12 +01:00
gsttaskpool.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttaskpool.h docs: add Since markers to task pool docs and document task function 2010-01-06 19:18:53 +00:00
gsttrace.c trace: ensure messages are \0 terminated 2011-01-25 16:17:15 +02:00
gsttrace.h Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gsttypefind.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttypefind.h API: add gst_type_find_suggest_simple(), #533740. 2008-05-19 10:46:44 +00:00
gsttypefindfactory.c docs: add () to xref the function. 2010-12-08 11:53:10 +02:00
gsttypefindfactory.h gst/: Fix memory leak in GstTypeFindFactory. 2005-11-29 23:56:20 +00:00
gsturi.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsturi.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstutils.c Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstutils.h Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
gstvalue.c miniobject: more boxed type fixing 2011-02-23 10:35:09 +01:00
gstvalue.h tags: don't produce duplicated entries when merging same value twice 2011-01-02 22:35:08 +00:00
gstversion.h.in version: Take nano version into account in GST_CHECK_VERSION() 2010-12-02 19:02:08 +01:00
Makefile.am Merge branch 'master' into 0.11 2011-02-22 14:11:59 +01:00
math-compat.h math-compat: don't re-define _USE_MATH_DEFINES if already defined 2010-11-03 14:21:02 +00:00