gstreamer/gst
Wim Taymans 8b9a8e4fb0 info: first handle all miniobjects, then GObjects
First handle all miniobjects before we attempt to dereference the first
field pointer and look at the GType. With the recent glib change to
speed up G_IS_OBJECT, this causes crashes on miniobjects otherwise.
2014-06-08 13:37:39 +01:00
..
parse parse: Don't dist the bison and flex generated headers 2014-04-07 12:00:36 +02:00
printf printf: fix handling of old printf extension specifiers for ABI compatibility 2013-04-18 00:46:58 +01:00
.gitignore gstbase: Add gobject-introspection support 2009-09-05 10:28:46 +02:00
gettext.h Fix FSF address 2012-11-03 20:44:48 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 20:44:48 +00:00
glib-compat.c Fix FSF address 2012-11-03 20:44:48 +00:00
glib-compat.h Fix FSF address 2012-11-03 20:44:48 +00:00
gst-i18n-app.h Fix FSF address 2012-11-03 20:44:48 +00:00
gst-i18n-lib.h Fix FSF address 2012-11-03 20:44:48 +00:00
gst.c core: Fix max DEBUG_LEVEL incongruence on 5 vs 9 2013-10-10 13:12:59 -07:00
gst.h caps: Add new data type for handling caps features to the caps 2013-03-31 18:15:52 +02:00
gst_private.h printf: don't build if debugging subsystem was disabled 2013-04-13 01:19:41 +01:00
gstallocator.c sysmem: Only copy the requested part of memory instead of the complete source memory 2013-08-13 15:48:07 +02:00
gstallocator.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstatomicqueue.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstatomicqueue.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbin.c bin: Resync iterator if necessary 2013-11-26 12:43:18 +01:00
gstbin.h bin: add flag to disable resync state change 2012-12-21 16:36:37 +01:00
gstbuffer.c buffer: remove wrong comment 2014-04-12 12:03:37 +01:00
gstbuffer.h buffer: add _gst_max_memory() function 2013-04-11 14:31:01 +01:00
gstbufferlist.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbufferlist.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbufferpool.c bufferpool: fix log message of buffer pointer 2014-05-01 11:11:03 +02:00
gstbufferpool.h bufferpool: clarify docs 2012-12-06 09:48:08 +01:00
gstbus.c bus: fix the precondition for gst_bus_disable_sync_message_emission() 2013-04-10 21:50:53 +02:00
gstbus.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcaps.c gst: Add some more Since: 1.2 2013-07-18 14:39:42 +02:00
gstcaps.h caps: Add new data type for handling caps features to the caps 2013-03-31 18:15:52 +02:00
gstcapsfeatures.c capsfeatures: Add documentation about ANY GstCapsFeatures 2013-04-19 11:24:38 +02:00
gstcapsfeatures.h capsfeatures: Add GST_CAPS_FEATURES_ANY 2013-04-02 22:17:22 +02:00
gstchildproxy.c childproxy: fix gir warning 2013-03-29 19:16:45 +01:00
gstchildproxy.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstclock.c clock: simplify internal gst_clock_return_get_name() helper 2013-08-14 21:41:23 +01:00
gstclock.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcompat.h gst: minor docstring fixups to make g-i happy 2013-08-14 07:05:04 +02:00
gstconfig.h.in info: use new internal printf for debug message printing 2013-04-12 23:05:57 +01:00
gstcontext.c gstcontext: Fix return values some more 2013-09-19 12:07:56 +02:00
gstcontext.h context: Add convenience function gst_context_has_context_type() 2013-09-19 09:49:40 +02:00
gstcontrolbinding.c controlbinding: relax the pspec for the control-source 2013-03-07 09:18:26 +01:00
gstcontrolbinding.h controlbinding: hide one unused typedef 2013-01-10 11:34:14 +01:00
gstcontrolsource.c docs: improve api docs for controlsource and -binding 2013-01-10 11:33:42 +01:00
gstcontrolsource.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdatetime.c datetime: Make sure to include gst_private.h before glib-compat-private.h 2013-10-15 11:45:17 +02:00
gstdatetime.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdebugutils.c debugutils: fix order of caps on an unnegotiated link 2013-02-04 10:31:46 +01:00
gstdebugutils.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstelement.c element: Remove GstContext caching 2013-09-17 13:16:40 +02:00
gstelement.h element: Remove GstContext caching 2013-09-17 13:16:40 +02:00
gstelementfactory.c elementfactory: Add support for checking subtitle/metadata factory types 2013-05-28 12:44:19 +02:00
gstelementfactory.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstelementmetadata.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsterror.c error: Add RESOURCE_NOT_AUTHORIZED error 2014-02-11 13:28:12 +01:00
gsterror.h error: GST_RESOURCE_ERROR_NOT_AUTHORIZED will be available since 1.2.4 2014-02-11 13:28:13 +01:00
gstevent.c event: Remove CONTEXT downstream event 2013-09-17 13:09:34 +02:00
gstevent.h event: Remove CONTEXT downstream event 2013-09-17 13:09:34 +02:00
gstformat.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstformat.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstghostpad.c ghostpad: use gst_pad_get_peer to acquire a reference to the target pad 2014-04-12 12:06:48 +01:00
gstghostpad.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstinfo.c info: first handle all miniobjects, then GObjects 2014-06-08 13:37:39 +01:00
gstinfo.h gst: minor docstring fixups to make g-i happy 2013-08-14 07:05:04 +02:00
gstiterator.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstiterator.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstmacros.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstmemory.c memory: add method to check memory type 2013-02-26 15:37:24 +01:00
gstmemory.h memory: add method to check memory type 2013-02-26 15:37:24 +01:00
gstmessage.c message: Implement getting the name of the context message types 2013-09-18 23:07:31 +02:00
gstmessage.h message/query: Simplify CONTEXT messages/queries to only contain a single type 2013-09-17 13:50:08 +02:00
gstmeta.c docs: Fix typos and remove unknown annotations 2014-03-02 21:55:12 +01:00
gstmeta.h meta: Deprecate GST_META_TAG_MEMORY 2013-09-09 15:40:42 +02:00
gstminiobject.c Add few missing allow-none annotation 2013-07-03 14:25:07 -04:00
gstminiobject.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstobject.c Fix misspellings of 'continuous' 2013-03-02 10:43:56 -08:00
gstobject.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstpad.c pad: Include event type in debug output when delaying a sticky event because of not-linked 2014-04-12 12:16:40 +01:00
gstpad.h pad: add gst_pad_store_sticky_event() 2013-04-04 16:36:26 +02:00
gstpadtemplate.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpadtemplate.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstparamspecs.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstparamspecs.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstparse.c parse: Fix transfer annotations for parse_launch functions. 2013-10-13 21:54:19 +02:00
gstparse.h parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINS 2013-08-19 11:30:15 +02:00
gstpipeline.c pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock() 2013-08-10 11:33:58 +01:00
gstpipeline.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstplugin.c plugin: fix case where gst_plugin_load_file() didn't set the error on failure 2014-06-07 09:55:20 +01:00
gstplugin.h gst: Add better support for static plugins 2013-04-15 15:52:18 +02:00
gstpluginfeature.c pluginfeature: Fix the GstPluginFeature name comparison. 2013-04-15 09:24:08 +02:00
gstpluginfeature.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstpluginloader.c pluginloader: check read/write before closed 2013-11-22 17:07:13 +01:00
gstpluginloader.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstpoll.c poll: improve debug 2013-11-22 17:07:03 +01:00
gstpoll.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstpreset.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpreset.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstquark.c message/query: Simplify CONTEXT messages/queries to only contain a single type 2013-09-17 13:50:08 +02:00
gstquark.h message/query: Simplify CONTEXT messages/queries to only contain a single type 2013-09-17 13:50:08 +02:00
gstquery.c query: Fix gi annotations of gst_structure_new_custom() 2013-11-26 11:00:47 +00:00
gstquery.h message/query: Simplify CONTEXT messages/queries to only contain a single type 2013-09-17 13:50:08 +02:00
gstregistry.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstregistry.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstregistrybinary.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstregistrybinary.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstregistrychunks.c registrychunks: Use correct print format specifiers to fix compiler warnings 2013-03-03 11:28:32 +01:00
gstregistrychunks.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstsample.c docs: flesh out gst_sample_get_buffer() a little 2013-08-21 12:21:43 +01:00
gstsample.h sample: Add gst_sample_copy() 2013-08-21 08:51:34 +02:00
gstsegment.c segment: gst_segment_offset_running_time() will be available in 1.2.3 2014-01-15 11:14:48 +01:00
gstsegment.h segment: add method to offset the segment running-time 2014-01-15 11:12:28 +01:00
gststructure.c structure: error out when trying to fixate a fraction near an invalid target 2014-04-12 12:22:24 +01:00
gststructure.h structure: Add gst_structure_new_from_string() 2013-06-14 13:05:38 +02:00
gstsystemclock.c clock: Do use HAVE_CLOCK_GETTIME 2013-04-09 20:33:27 +02:00
gstsystemclock.h docs: minor systemsclock doc fix 2013-01-04 12:27:38 +00:00
gsttaglist.c taglist: handle publisher and interpreted-by tags 2013-08-20 14:43:32 +02:00
gsttaglist.h taglist: handle publisher and interpreted-by tags 2013-08-20 14:43:32 +02:00
gsttagsetter.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsttagsetter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttask.c task: documentation update 2012-11-14 12:25:30 +01:00
gsttask.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttaskpool.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsttaskpool.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttoc.c toc: some documentation updates 2013-03-24 17:53:35 +00:00
gsttoc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttocsetter.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsttocsetter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttrace.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsttrace.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefind.c Add few missing allow-none annotation 2013-07-03 14:25:07 -04:00
gsttypefind.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindfactory.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindfactory.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsturi.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsturi.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstutils.c gstpad: drop assertion on gst_pad_peer_query_position 2013-11-29 15:31:57 -03:00
gstutils.h gst: Add new group-id field to the stream-start event 2013-07-22 15:30:10 +02:00
gstvalue.c value: Fix copy&paste mistakes in the bitmask function docs 2013-07-24 16:57:46 +02:00
gstvalue.h gstvalue: Add _append_and_take_value() public variants 2013-06-05 12:58:05 +02:00
gstversion.h.in Fix FSF address 2012-11-03 20:44:48 +00:00
Makefile.am printf: don't build if debugging subsystem was disabled 2013-04-13 01:19:41 +01:00
math-compat.h Fix FSF address 2012-11-03 20:44:48 +00:00