summaryrefslogtreecommitdiff
path: root/gst/gsttypefind.c
Commit message (Expand)AuthorAgeFilesLines
* Add few missing allow-none annotationNicolas Dufresne2013-07-031-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-4/+1
* typefind: remove const from refcounted GstCapsWim Taymans2012-03-101-2/+1
* typefind: pass extensions as comma-separated list in a simple stringTim-Philipp Müller2012-02-021-5/+8
* Use macros to register boxed types thread safelyOlivier Crête2012-01-281-10/+1
* registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller2012-01-021-1/+1
* remove const in gst_type_find_register()Wim Taymans2011-12-201-2/+2
* Merge branch 'master' into 0.11Wim Taymans2011-04-251-0/+4
|\
| * pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller2011-04-241-0/+4
* | memory: port code to new buffer data APIWim Taymans2011-03-281-1/+1
|/
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-2/+4
* gsttypefind: avoid one more run-time type checkTim-Philipp Müller2009-11-021-1/+1
* gsttypefind: Use _CAST variants when the type has alredy been checked.Edward Hervey2009-11-021-5/+5
* optimisation : Use g_object_newv where possible.Edward Hervey2009-10-281-1/+1
* Allow adding a typefinder without a typefind function so that it can be usedWim Taymans2009-01-211-1/+0
* gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost2008-10-311-2/+3
* API: add gst_type_find_suggest_simple(), #533740.Tim-Philipp Müller2008-05-191-0/+51
* gst/gsttypefind.c: Make gst_type_find_register work for static typefind funct...Tim-Philipp Müller2007-12-211-3/+7
* Makefile.am: Add check-exports target and run it as part of 'make check' (see...Tim-Philipp Müller2007-12-121-2/+2
* gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller2007-10-131-1/+1
* doc indent fixThomas Vander Stichele2006-05-241-1/+2
* gst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a...Edward Hervey2006-05-181-0/+11
* expand tabsThomas Vander Stichele2005-12-061-2/+2
* gst/: Fix memory leak in GstTypeFindFactory.Edward Hervey2005-11-291-1/+4
* gst/: Edward Hervey2005-11-091-25/+28
* various style fixesThomas Vander Stichele2005-10-151-0/+1
* whitespace fixesThomas Vander Stichele2005-10-151-5/+5
* check/Makefile.am: Fix environment variables.David Schleef2005-09-181-1/+5
* check/gst/gstplugin.c: More testingDavid Schleef2005-09-161-12/+6
* removeDavid Schleef2005-09-151-3/+3
* gst/: splitted gsttypefind into gsttypefind, gsttypefindfactoryStefan Kost2005-09-071-235/+3
* check/pipelines/simple_launch_lines.c: test for pipe!=NULLStefan Kost2005-09-061-0/+63
* gst/: Make gst_caps_replace() work like other _replace() functions.Wim Taymans2005-04-201-1/+1
* First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans2005-03-071-1/+1
* gst/gstpad.c: check that caps are fixedBenjamin Otte2004-07-291-2/+1
* remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele2004-05-031-0/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-4/+5
* gst-indent run on coreThomas Vander Stichele2004-03-131-39/+51
* Merge CAPS branchDavid Schleef2003-12-221-10/+7
* update plugin initialization restructuring (see email for detailsBenjamin Otte2003-10-311-8/+10
* Allow NULL to be a valid value for factory->extensions.David Schleef2003-10-291-1/+2
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-281-187/+243
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-011-54/+37
* reverting error patches before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-161-3/+2
* implement translatable error messages using gerror.Benjamin Otte2003-09-141-2/+3
* But you can't use G_TYPE_BOXED in a signal. Changing to G_TYPE_POINTER until...David Schleef2003-07-241-1/+1
* GST_DEBUG reorganization containing loads of stuff:Benjamin Otte2003-06-291-4/+4
* GstCaps is not a GObject but a boxed-typeRonald S. Bultje2003-05-291-1/+1
* Fix type definition bug plus missing argument for callbackRonald S. Bultje2003-05-261-1/+1