gstreamer/gst
Sebastian Dröge 0d2adf5a18 pad: Don't forward the allocation query by default
This has to be handled explicitely by elements to
make sure that they support all the metas passed
in the allocation query.
Metas have to supported explicitely, otherwise the
query will fail. All elements in a chain need to
support a specific meta to allow its usage.
2012-01-18 11:39:29 +01:00
..
parse Merge remote-tracking branch 'origin/master' into symbol-exports 2011-10-08 19:54:06 +01: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 glib-compat: Add license boilerplate for LGPL 2011-12-12 11:55:52 +01:00
glib-compat.c glib-compat: Add license boilerplate for LGPL 2011-12-12 11:55:52 +01:00
glib-compat.h Remove some compatibility stuff for GLib < 2.14 2009-03-26 11:08:27 +01:00
gst-i18n-app.h gst: include locale.h before any other i18n headers 2012-01-05 00:32:42 +00:00
gst-i18n-lib.h gst: include locale.h before any other i18n headers 2012-01-05 00:32:42 +00:00
gst.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gst.h index: remove GstIndex and GstIndexFactory for now 2011-12-30 18:32:57 +00:00
gst_private.h Merge branch 'master' into 0.11 2012-01-10 13:00:07 +01:00
gstatomicqueue.c Work around changes in g_atomic API 2011-06-04 00:36:26 -07:00
gstatomicqueue.h gst: sprinkle some G_GNUC_MALLOC 2011-11-26 18:57:44 +00:00
gstbin.c index: remove GstIndex and GstIndexFactory for now 2011-12-30 18:32:57 +00:00
gstbin.h cleanups 2011-02-22 16:04:12 +01:00
gstbuffer.c memory: make writability check into a method 2012-01-16 15:57:35 +01:00
gstbuffer.h buffer: only reserve 6 extra flags 2012-01-04 10:04:11 +01:00
gstbufferlist.c bufferlist: small doc fix 2011-12-22 16:02:05 +01:00
gstbufferlist.h win32: fix exported variables for VS 2010 2011-12-27 23:26:07 +00:00
gstbufferpool.c gst: suppress some more deprecated thread api until we fix it up 2012-01-18 01:31:56 +00:00
gstbufferpool.h bufferpool: cleanup metadata in reset_buffer 2011-12-23 15:37:45 +01:00
gstbus.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-04 15:38:09 +00:00
gstbus.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstcaps.c Remove GST_TYPE_DATE, our own GDate type 2012-01-12 20:50:53 +00:00
gstcaps.h win32: fix exported variables for VS 2010 2011-12-27 23:26:07 +00:00
gstchildproxy.c docs, gst: typo fixes 2011-09-07 18:03:17 +01:00
gstchildproxy.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstclock.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-04 15:38:09 +00:00
gstclock.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstcompat.h GST_FLOW_UNEXPECTED -> GST_FLOW_EOS 2012-01-03 15:25:31 +01:00
gstconfig.h.in Merge branch 'master' into 0.11 2012-01-10 13:00:07 +01:00
gstcontrolbinding.c controller: support control mapping for enums 2012-01-01 20:55:20 +01:00
gstcontrolbinding.h controller: move GValue handling from control-sources to -binding 2011-12-25 20:48:14 +01:00
gstcontrolsource.c control-sources: turn into GstObjects 2011-12-31 09:57:49 +01:00
gstcontrolsource.h control-sources: turn into GstObjects 2011-12-31 09:57:49 +01:00
gstdatetime.c gstdatetime: Disable usage of GDateTime on MacOSX 2011-01-05 11:26:13 +01:00
gstdatetime.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstdebugutils.c Fix dotfile API to be exported since macros can't be GI bound 2012-01-09 15:59:42 +00:00
gstdebugutils.h Also add headerfile 2012-01-09 15:59:42 +00:00
gstelement.c index: remove GstIndex and GstIndexFactory for now 2011-12-30 18:32:57 +00:00
gstelement.h docs: fix some docs 2012-01-03 15:03:38 +01:00
gstelementfactory.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gstelementfactory.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstelementmetadata.h element: rework GstElementDetails 2010-12-07 15:33:04 +01:00
gsterror.c gsterror: explicitly cast to the right GstGError code enum types 2011-08-15 21:14:22 +01:00
gsterror.h introspection: Build with latest g-i 2010-09-12 15:13:32 +01:00
gstevent.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-01 23:35:26 +00:00
gstevent.h win32: fix exported variables for VS 2010 2011-12-27 23:26:07 +00:00
gstformat.c gst: add some _priv prefixes to private methods 2011-08-29 13:27:26 +02:00
gstformat.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstghostpad.c ghostpad: fix print format 2011-11-21 17:43:04 +01:00
gstghostpad.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstinfo.c buffer: add pts/dts to buffers 2011-10-28 12:15:44 +02:00
gstinfo.h win32: fix exported variables for VS 2010 2011-12-27 23:26:07 +00:00
gstiterator.c gstiterator: Add skip annotation for creating GstIterator 2011-10-19 11:59:29 +02:00
gstiterator.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstmacros.h macros: Define restrict keyword if not available 2010-12-02 19:02:07 +01:00
gstmarshal.list registry: remove padding and signal vfuncs 2011-12-30 19:37:31 +00:00
gstmemory.c gst: suppress some more deprecated thread api until we fix it up 2012-01-18 01:31:56 +00:00
gstmemory.h memory: make writability check into a method 2012-01-16 15:57:35 +01:00
gstmessage.c structure: cleanup API 2011-11-02 08:59:44 +01:00
gstmessage.h make some macros into inline functions 2011-12-05 11:07:24 +01:00
gstmeta.c gst: suppress some more deprecated thread api until we fix it up 2012-01-18 01:31:56 +00:00
gstmeta.h meta: add metadata flags 2011-12-22 16:02:05 +01:00
gstminiobject.c docs: fix Since: markers for API added after 0.10.35 2011-11-08 00:32:36 +00:00
gstminiobject.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstobject.c controller: remove obsolete FIXME comment 2011-12-31 15:26:26 +01:00
gstobject.h controller: move GValue handling from control-sources to -binding 2011-12-25 20:48:14 +01:00
gstpad.c pad: Don't forward the allocation query by default 2012-01-18 11:39:29 +01:00
gstpad.h pad: put new event probe type next to other event types 2011-12-06 18:18:26 +01:00
gstpadtemplate.c padtemplate: clean up parent_class 2011-10-16 14:19:36 +02:00
gstpadtemplate.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstparamspecs.c introspection: Add missing annotations 2011-10-19 10:23:53 +02:00
gstparamspecs.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstparse.c gst, controller: replace g_list_prepend + reverse with GQueue 2011-11-12 14:57:48 +00:00
gstparse.h gst: sprinkle some G_GNUC_MALLOC 2011-11-26 18:57:44 +00:00
gstpipeline.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-25 11:58:12 +00:00
gstpipeline.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstplugin.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gstplugin.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstpluginfeature.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gstpluginfeature.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gstpluginloader.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gstpluginloader.h .h: fix header files 2011-11-11 17:30:03 +01:00
gstpoll.c Merge branch 'master' into 0.11 2012-01-10 13:00:07 +01:00
gstpoll.h gst: sprinkle some G_GNUC_MALLOC 2011-11-26 18:57:44 +00:00
gstpreset.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-12 12:00:16 +00:00
gstpreset.h Merge remote-tracking branch 'origin/master' into 0.11 2011-12-12 12:00:16 +00:00
gstquark.c query: improve scheduling query 2011-11-18 17:27:16 +01:00
gstquark.h query: improve scheduling query 2011-11-18 17:27:16 +01:00
gstquery.c gstquery: Small doc fixups 2011-12-28 12:02:55 +01:00
gstquery.h make some macros into inline functions 2011-12-05 11:07:24 +01:00
gstregistry.c docs: fix some docs 2012-01-03 15:03:38 +01:00
gstregistry.h registry: get rid of gst_default_registry_*() convenience macros 2012-01-02 02:32:49 +00:00
gstregistrybinary.c index: remove GstIndex and GstIndexFactory for now 2011-12-30 18:32:57 +00:00
gstregistrybinary.h registrybinary: small cleanups 2011-05-24 20:30:11 +03:00
gstregistrychunks.c index: remove GstIndex and GstIndexFactory for now 2011-12-30 18:32:57 +00:00
gstregistrychunks.h binaryregistry: ignore the plugin cache if the filter environment has changed 2010-06-23 17:56:51 +01:00
gstsample.c docs: fix some docs 2012-01-03 15:03:38 +01:00
gstsample.h win32: fix exported variables for VS 2010 2011-12-27 23:26:07 +00:00
gstsegment.c gstsegment: Initialize with proper type 2011-12-04 11:32:57 +01:00
gstsegment.h Merge remote-tracking branch 'origin/master' into 0.11 2011-11-26 19:44:23 +00:00
gststructure.c Merge remote-tracking branch 'origin/master' into 0.11 2012-01-13 00:22:03 +00:00
gststructure.h win32: fix exported variables for VS 2010 2011-12-27 23:26:07 +00:00
gstsystemclock.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-04 15:38:09 +00:00
gstsystemclock.h Merge branch 'master' into 0.11 2011-05-05 12:27:51 +02:00
gsttaglist.c Remove GST_TYPE_DATE, our own GDate type 2012-01-12 20:50:53 +00:00
gsttaglist.h taglist: avoid exposing the lists in tags 2012-01-03 14:43:05 +01:00
gsttagsetter.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-04 15:38:09 +00:00
gsttagsetter.h .h: fix header files 2011-11-11 17:30:03 +01:00
gsttask.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-04 15:38:09 +00:00
gsttask.h .h: fix header files 2011-11-11 17:30:03 +01:00
gsttaskpool.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttaskpool.h .h: fix header files 2011-11-11 17:30:03 +01:00
gsttrace.c trace: add GST_ALLOC_TRACE_NONE for consistency and use it 2011-08-26 14:11:14 +02:00
gsttrace.h win32: fix exported variables for VS 2010 2011-12-27 23:26:07 +00:00
gsttypefind.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gsttypefind.h remove const in gst_type_find_register() 2011-12-20 13:24:06 +01:00
gsttypefindfactory.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gsttypefindfactory.h .h: fix header files 2011-11-11 17:30:03 +01:00
gsturi.c registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gsturi.h uri: fix wrong G_GNUC_MALLOC 2011-11-26 19:45:48 +00:00
gstutils.c pad: allow NULL as filter caps argument with query_caps() 2011-12-14 12:13:36 +00:00
gstutils.h pad: move query convenience functions together 2011-11-15 18:16:24 +01:00
gstvalue.c Remove GST_TYPE_DATE, our own GDate type 2012-01-12 20:50:53 +00:00
gstvalue.h Remove GST_TYPE_DATE, our own GDate type 2012-01-12 20:50:53 +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 index: remove GstIndex and GstIndexFactory for now 2011-12-30 18:32:57 +00:00
math-compat.h math-compat: move static variable for NAN into #ifndef NAN block 2011-12-30 12:59:46 +00:00