gstreamer/gst
Edward Hervey c4539db3c1 gstcontext: Fix return values some more
Return value is a boolean not a pointer
2013-09-19 12:07:56 +02:00
..
parse parse: make grammar.y work with Bison 3 2013-08-21 10:02:26 +01:00
printf printf: fix handling of old printf extension specifiers for ABI compatibility 2013-04-18 00:46:58 +01:00
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c gst: Stop all unused threads in GThreadPool in gst_deinit() 2013-09-13 14:42:55 +02: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
gstatomicqueue.c
gstatomicqueue.h
gstbin.c bin: Implement context caching and propagation again 2013-09-18 21:42:42 +02:00
gstbin.h
gstbuffer.c buffer: Fix gst_buffer_memcmp() where the buffer is smaller than size 2013-08-20 14:41:27 -04:00
gstbuffer.h buffer: add _gst_max_memory() function 2013-04-11 14:31:01 +01:00
gstbufferlist.c
gstbufferlist.h
gstbufferpool.c gstvalue: Add _append_and_take_value() public variants 2013-06-05 12:58:05 +02:00
gstbufferpool.h
gstbus.c bus: fix the precondition for gst_bus_disable_sync_message_emission() 2013-04-10 21:50:53 +02:00
gstbus.h
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
gstclock.c clock: simplify internal gst_clock_return_get_name() helper 2013-08-14 21:41:23 +01:00
gstclock.h
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
gstcontrolsource.c
gstcontrolsource.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdatetime.c
gstdatetime.h
gstdebugutils.c
gstdebugutils.h
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
gstelementmetadata.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsterror.c
gsterror.h
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
gstformat.h
gstghostpad.c Add few missing allow-none annotation 2013-07-03 14:25:07 -04:00
gstghostpad.h
gstinfo.c context: Change GstContext to contain only a single context 2013-09-17 13:28:42 +02:00
gstinfo.h gst: minor docstring fixups to make g-i happy 2013-08-14 07:05:04 +02:00
gstiterator.c
gstiterator.h
gstmacros.h
gstmemory.c
gstmemory.h
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 basetransform: implement a default transform_meta. 2013-09-09 15:32:18 +02: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
gstobject.c
gstobject.h
gstpad.c pad: A newly activated pad should be marked as needing reconfiguration 2013-07-15 11:36:44 +02:00
gstpad.h pad: add gst_pad_store_sticky_event() 2013-04-04 16:36:26 +02:00
gstpadtemplate.c
gstpadtemplate.h
gstparamspecs.c
gstparamspecs.h
gstparse.c
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
gstplugin.c Add few missing allow-none annotation 2013-07-03 14:25:07 -04: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
gstpluginloader.c pluginloader: Don't call memcpy() with NULL src and 0 length 2013-08-20 13:58:24 +02:00
gstpluginloader.h
gstpoll.c
gstpoll.h
gstpreset.c
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 context: Fix unit test for GstContext changes 2013-09-18 21:42:42 +02: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
gstregistry.h
gstregistrybinary.c
gstregistrybinary.h
gstregistrychunks.c
gstregistrychunks.h
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: don't WARN, just DEBUG 2013-04-04 10:17:30 +02:00
gstsegment.h
gststructure.c structure: Add gst_structure_new_from_string() 2013-06-14 13:05:38 +02: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
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
gsttagsetter.h
gsttask.c
gsttask.h
gsttaskpool.c
gsttaskpool.h
gsttoc.c toc: some documentation updates 2013-03-24 17:53:35 +00:00
gsttoc.h
gsttocsetter.c
gsttocsetter.h
gsttrace.c
gsttrace.h
gsttypefind.c Add few missing allow-none annotation 2013-07-03 14:25:07 -04:00
gsttypefind.h
gsttypefindfactory.c
gsttypefindfactory.h
gsturi.c
gsturi.h
gstutils.c docs: flesh out gst_element_query_{duration,position} docs a bit 2013-08-20 17:06:49 +01: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
Makefile.am printf: don't build if debugging subsystem was disabled 2013-04-13 01:19:41 +01:00
math-compat.h