summaryrefslogtreecommitdiff
path: root/gst/gsttypefind.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-17typefind: simplify registration codeStefan Sauer1-5/+0
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+2
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-5/+5
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-07-03Add few missing allow-none annotationNicolas Dufresne1-2/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-4/+1
2012-03-10typefind: remove const from refcounted GstCapsWim Taymans1-2/+1
2012-02-02typefind: pass extensions as comma-separated list in a simple stringTim-Philipp Müller1-5/+8
2012-01-28Use macros to register boxed types thread safelyOlivier Crête1-10/+1
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-1/+1
2011-12-20remove const in gst_type_find_register()Wim Taymans1-2/+2
2011-04-25Merge branch 'master' into 0.11Wim Taymans1-0/+4
2011-04-24pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller1-0/+4
2011-03-28memory: port code to new buffer data APIWim Taymans1-1/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-2/+4
2009-11-02gsttypefind: avoid one more run-time type checkTim-Philipp Müller1-1/+1
2009-11-02gsttypefind: Use _CAST variants when the type has alredy been checked.Edward Hervey1-5/+5
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey1-1/+1
2009-01-21Allow adding a typefinder without a typefind function so that it can be usedWim Taymans1-1/+0
2008-10-31gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost1-2/+3
2008-05-19API: add gst_type_find_suggest_simple(), #533740.Tim-Philipp Müller1-0/+51
2007-12-21gst/gsttypefind.c: Make gst_type_find_register work for static typefind funct...Tim-Philipp Müller1-3/+7
2007-12-12Makefile.am: Add check-exports target and run it as part of 'make check' (see...Tim-Philipp Müller1-2/+2
2007-10-13gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller1-1/+1
2006-05-24doc indent fixThomas Vander Stichele1-1/+2
2006-05-18gst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a...Edward Hervey1-0/+11
2005-12-06expand tabsThomas Vander Stichele1-2/+2
2005-11-29gst/: Fix memory leak in GstTypeFindFactory.Edward Hervey1-1/+4
2005-11-09gst/: Edward Hervey1-25/+28
2005-10-15various style fixesThomas Vander Stichele1-0/+1
2005-10-15whitespace fixesThomas Vander Stichele1-5/+5
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-1/+5
2005-09-16check/gst/gstplugin.c: More testingDavid Schleef1-12/+6
2005-09-15removeDavid Schleef1-3/+3
2005-09-07gst/: splitted gsttypefind into gsttypefind, gsttypefindfactoryStefan Kost1-235/+3
2005-09-06check/pipelines/simple_launch_lines.c: test for pipe!=NULLStefan Kost1-0/+63
2005-04-20gst/: Make gst_caps_replace() work like other _replace() functions.Wim Taymans1-1/+1
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-1/+1
2004-07-29gst/gstpad.c: check that caps are fixedBenjamin Otte1-2/+1
2004-05-03remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele1-0/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-4/+5
2004-03-13gst-indent run on coreThomas Vander Stichele1-39/+51
2003-12-22Merge CAPS branchDavid Schleef1-10/+7
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-8/+10
2003-10-29Allow NULL to be a valid value for factory->extensions.David Schleef1-1/+2
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-187/+243
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-54/+37
2003-09-16reverting error patches before making a branch.BRANCH-ERROR-ROOTThomas Vander Stichele1-3/+2
2003-09-14implement translatable error messages using gerror.Benjamin Otte1-2/+3