summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+1
2011-11-26gst: sprinkle some G_GNUC_MALLOCTim-Philipp Müller1-1/+1
2011-11-11.h: fix header filesWim Taymans1-1/+1
2011-10-31filter: remove gst_filter_run() and deprecated filter funcTim-Philipp Müller1-19/+0
2011-10-31Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+4
2011-10-30pluginfeature: deprecate gst_plugin_feature_type_name_filter()Tim-Philipp Müller1-0/+4
2011-10-19Revert gst_plugin_feature_get_name to const string returnRené Stadler1-6/+4
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-1/+1
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-1/+1
2011-05-24feature: use object nameWim Taymans1-11/+23
2011-05-18pluginfeature: avoid duplicating feature->nameStefan Kost1-1/+1
2011-05-03docs: add two trivial doc blobsStefan Kost1-0/+9
2011-04-29pluginfeature: include plugin.h in header where we use a GstPlugin pointerTim-Philipp Müller1-0/+1
2011-04-24pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller1-1/+2
2010-09-03GstElementFactory: Add listing featuresEdward Hervey1-0/+9
2009-10-24gstpluginfeature: API : new gst_plugin_feature_list_copy() methodEdward Hervey1-0/+1
2009-09-10whitespace fixesWim Taymans1-18/+18
2008-02-05gst/: Some minor docs fixes: fix typo, mention that GST_FLOW_RESEND is unused...Tim-Philipp Müller1-5/+5
2008-02-05gst/gstpluginfeature.h: Clarify GstRank range docs.Stefan Kost1-3/+3
2007-10-13gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller1-4/+4
2006-06-12gst/gstbuffer.h: Avoid unneeded type checking.Wim Taymans1-0/+1
2005-11-29gst/gstevent.h (struct _GstEvent): Only one pointer of padding.Andy Wingo1-1/+0
2005-11-24Doc fixes.Wim Taymans1-0/+12
2005-11-17gst/gstmessage.c: Assertion should check for CLOCK_LOST, not NEW_CLOCK (#3216...Tim-Philipp Müller1-1/+1
2005-10-14Add new API to check plugin feature version requirements.Tim-Philipp Müller1-0/+5
2005-09-20more docs inlined, splitted gstindex.{c,h}Stefan Kost1-2/+32
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-3/+6
2005-09-15gst/gstplugin.c: Implement semi-decent recounting and locking in plugins and ...David Schleef1-0/+2
2005-09-15removeDavid Schleef1-5/+3
2005-07-18Removed plugable schedulers.Wim Taymans1-1/+9
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-0/+1
2004-03-15Revert again, this time without post-commit reindent hooks to put back the in...Johan Dahlin1-29/+30
2004-03-15*.h: Revert indentation changes.Johan Dahlin1-1/+2
2004-03-13gst-indent run on coreThomas Vander Stichele1-29/+27
2003-12-09Change GST_.*_PADDING to _gst_padding[GST_PADDING];David Schleef1-2/+2
2003-11-24implement URI schemesBenjamin Otte1-3/+5
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-0/+1
2003-10-07Add padding to structures and objectsDavid Schleef1-0/+5
2003-08-19Er, plugins actually use gst_element_factory_set_rank(). Add a define to cal...David Schleef1-0/+2
2003-04-14- Added infrastructure to run a filter against plugins, registries and regist...Wim Taymans1-0/+11
2003-01-16- Added rank to plugin features (for future use)Wim Taymans1-3/+5
2002-12-19- CleanupsWim Taymans1-10/+6
2002-07-08- Removed unused locking from the cothreadsWim Taymans1-7/+3
2002-05-08Totally rewritten registry handling.Wim Taymans1-2/+6
2001-10-21API docs. revived _buffer_ref_by_count fast types for scheduler and bin.Wim Taymans1-1/+1
2001-08-21Lots of modifications to the plugin system.Wim Taymans1-0/+72