Age | Commit message (Expand) | Author | Files | Lines |
2014-06-26 | introspection: add missing (nullable) annotations to return values | Evan Nemerson | 1 | -1/+1 |
2014-05-30 | docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE | Evan Nemerson | 1 | -1/+1 |
2012-11-03 | Fix FSF address | Tim-Philipp Müller | 1 | -2/+2 |
2012-10-28 | pluginfeature: add gst_plugin_feature_get_plugin_name() | Tim-Philipp Müller | 1 | -0/+1 |
2012-07-10 | Remove 0.10-related documentation and "Since" markers | Edward Hervey | 1 | -2/+0 |
2012-05-19 | pluginfeature: make GstPluginFeature structure private | Tim-Philipp Müller | 1 | -26/+5 |
2012-05-19 | pluginfeature: add gst_plugin_feature_get_plugin() | Tim-Philipp Müller | 1 | -0/+2 |
2011-11-26 | Merge remote-tracking branch 'origin/master' into 0.11 | Tim-Philipp Müller | 1 | -1/+1 |
2011-11-26 | gst: sprinkle some G_GNUC_MALLOC | Tim-Philipp Müller | 1 | -1/+1 |
2011-11-11 | .h: fix header files | Wim Taymans | 1 | -1/+1 |
2011-10-31 | filter: remove gst_filter_run() and deprecated filter func | Tim-Philipp Müller | 1 | -19/+0 |
2011-10-31 | Merge remote-tracking branch 'origin/master' into 0.11 | Tim-Philipp Müller | 1 | -0/+4 |
2011-10-30 | pluginfeature: deprecate gst_plugin_feature_type_name_filter() | Tim-Philipp Müller | 1 | -0/+4 |
2011-10-19 | Revert gst_plugin_feature_get_name to const string return | René Stadler | 1 | -6/+4 |
2011-09-08 | Merge branch 'master' into 0.11 | Sebastian Dröge | 1 | -1/+1 |
2011-09-07 | docs, gst: typo fixes | Piotr Fusik | 1 | -1/+1 |
2011-06-09 | Use "const" instead G_CONST_RETURN | Javier Jardón | 1 | -1/+1 |
2011-05-24 | feature: use object name | Wim Taymans | 1 | -11/+23 |
2011-05-18 | pluginfeature: avoid duplicating feature->name | Stefan Kost | 1 | -1/+1 |
2011-05-03 | docs: add two trivial doc blobs | Stefan Kost | 1 | -0/+9 |
2011-04-29 | pluginfeature: include plugin.h in header where we use a GstPlugin pointer | Tim-Philipp Müller | 1 | -0/+1 |
2011-04-24 | pluginfeature: store pointer to plugin in addition to the plugin name | Tim-Philipp Müller | 1 | -1/+2 |
2010-09-03 | GstElementFactory: Add listing features | Edward Hervey | 1 | -0/+9 |
2009-10-24 | gstpluginfeature: API : new gst_plugin_feature_list_copy() method | Edward Hervey | 1 | -0/+1 |
2009-09-10 | whitespace fixes | Wim Taymans | 1 | -18/+18 |
2008-02-05 | gst/: Some minor docs fixes: fix typo, mention that GST_FLOW_RESEND is unused... | Tim-Philipp Müller | 1 | -5/+5 |
2008-02-05 | gst/gstpluginfeature.h: Clarify GstRank range docs. | Stefan Kost | 1 | -3/+3 |
2007-10-13 | gst/: Use already-interned string for the private GstPluginFeature plugin_nam... | Tim-Philipp Müller | 1 | -4/+4 |
2006-06-12 | gst/gstbuffer.h: Avoid unneeded type checking. | Wim Taymans | 1 | -0/+1 |
2005-11-29 | gst/gstevent.h (struct _GstEvent): Only one pointer of padding. | Andy Wingo | 1 | -1/+0 |
2005-11-24 | Doc fixes. | Wim Taymans | 1 | -0/+12 |
2005-11-17 | gst/gstmessage.c: Assertion should check for CLOCK_LOST, not NEW_CLOCK (#3216... | Tim-Philipp Müller | 1 | -1/+1 |
2005-10-14 | Add new API to check plugin feature version requirements. | Tim-Philipp Müller | 1 | -0/+5 |
2005-09-20 | more docs inlined, splitted gstindex.{c,h} | Stefan Kost | 1 | -2/+32 |
2005-09-18 | check/Makefile.am: Fix environment variables. | David Schleef | 1 | -3/+6 |
2005-09-15 | gst/gstplugin.c: Implement semi-decent recounting and locking in plugins and ... | David Schleef | 1 | -0/+2 |
2005-09-15 | remove | David Schleef | 1 | -5/+3 |
2005-07-18 | Removed plugable schedulers. | Wim Taymans | 1 | -1/+9 |
2005-03-07 | First THREADED backport attempt, focusing on adding locks and making sure the... | Wim Taymans | 1 | -0/+1 |
2004-03-15 | Revert again, this time without post-commit reindent hooks to put back the in... | Johan Dahlin | 1 | -29/+30 |
2004-03-15 | *.h: Revert indentation changes. | Johan Dahlin | 1 | -1/+2 |
2004-03-13 | gst-indent run on core | Thomas Vander Stichele | 1 | -29/+27 |
2003-12-09 | Change GST_.*_PADDING to _gst_padding[GST_PADDING]; | David Schleef | 1 | -2/+2 |
2003-11-24 | implement URI schemes | Benjamin Otte | 1 | -3/+5 |
2003-10-28 | merge TYPEFIND branch. Major changes: | Benjamin Otte | 1 | -0/+1 |
2003-10-07 | Add padding to structures and objects | David Schleef | 1 | -0/+5 |
2003-08-19 | Er, plugins actually use gst_element_factory_set_rank(). Add a define to cal... | David Schleef | 1 | -0/+2 |
2003-04-14 | - Added infrastructure to run a filter against plugins, registries and regist... | Wim Taymans | 1 | -0/+11 |
2003-01-16 | - Added rank to plugin features (for future use) | Wim Taymans | 1 | -3/+5 |
2002-12-19 | - Cleanups | Wim Taymans | 1 | -10/+6 |