summaryrefslogtreecommitdiff
path: root/gst/gstelement.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-13gst: GST_EXPORT -> GST_APITim-Philipp Müller1-63/+63
2017-11-22pad templates: Allow specifying GTypeMathieu Duponchelle1-0/+5
2017-11-02element: add gst_element_foreach_*pad()Tim-Philipp Müller1-0/+29
2017-08-17element/deviceprovider: Add instance getter functions for class propertiesSebastian Dröge1-0/+8
2017-06-20element: Add missing values for "to same" state changesThibault Saunier1-1/+13
2017-05-15gst: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller1-4/+93
2017-04-21doc: Fix some doctsing making GI happyThibault Saunier1-14/+0
2017-04-20doc: Fix GstChangeState docstringThibault Saunier1-6/+6
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-100/+48
2017-01-27gst: Fix includes so that files can be built separatelyThibault Saunier1-17/+19
2016-11-16docs: misc fixesTim-Philipp Müller1-3/+4
2016-08-27element: Add API to more easily post messages about flowing issuesThibault Saunier1-0/+18
2016-08-26element: rename gst_element_message_new_details() to gst_make_element_message...Tim-Philipp Müller1-2/+2
2016-07-24element: fix GST_ELEMENT_ERROR() error code expansionTim-Philipp Müller1-5/+38
2016-07-22message: new API for additional custom data to error messagesVincent Penquerc'h1-15/+96
2016-04-27element: Add gst_element_call_async()Sebastian Dröge1-0/+7
2016-04-08element: add API to get property change notifications via messagesTim-Philipp Müller1-0/+12
2016-03-10docs: Flesh out element and object macro accessor docs a bitCarlos Rafael Giani1-5/+12
2016-02-29element: Remove GST_STATE_LOCK_FULL() / UNLOCK_FULL()Sebastian Dröge1-2/+0
2016-02-28element: add gst_element_class_add_static_pad_template()Tim-Philipp Müller1-0/+3
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens1-0/+4
2015-09-28bin: implement context propagation when adding elementsMatthew Waters1-1/+7
2015-04-02element: Add a FIXME for 2.0 about request_new_pad VS request_pad namingThibault Saunier1-0/+2
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-1/+2
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-1/+1
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-09-17element: Remove GstContext cachingSebastian Dröge1-4/+1
2013-04-12info: use new internal printf for debug message printingTim-Philipp Müller1-1/+1
2013-03-31element: Add API to get the last set context from an elementSebastian Dröge1-1/+4
2013-03-29gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge1-1/+7
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-16element: API: Add GstElement::post_message() vfuncSebastian Dröge1-1/+5
2012-07-27Update for new seeking variable nameWim Taymans1-1/+1
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-7/+1
2012-06-12introspection: add some missing annotationsEvan Nemerson1-3/+3
2012-06-11element: remove unused UNPARENTING flagWim Taymans1-9/+6
2012-04-09element: add gst_element_class_{set,add}_static_metadata()Tim-Philipp Müller1-0/+7
2012-03-29gstelement: lower GST_ELEMENT_FLAG_LASTEdward Hervey1-1/+1
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-01-19Update for new gthread APIWim Taymans1-10/+10
2012-01-03docs: fix some docsWim Taymans1-2/+0
2011-12-30element: add LARGE padding to class structureTim-Philipp Müller1-1/+1
2011-12-30index: remove GstIndex and GstIndexFactory for nowTim-Philipp Müller1-10/+0
2011-11-28element: add indexable flagWim Taymans1-1/+4
2011-11-28element: use flags for require/provide clockWim Taymans1-2/+2
2011-11-28element: clean up element flagsWim Taymans1-10/+10
2011-11-11.h: fix header filesWim Taymans1-2/+2
2011-11-09element: remove more query_typesWim Taymans1-2/+0
2011-11-09remove query typesWim Taymans1-1/+0
2011-11-08Merge branch 'master' into 0.11Wim Taymans1-1/+1