summaryrefslogtreecommitdiff
path: root/gst/gstelement.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-27gst: Fix up a bunch of GIR annotationsArun Raghavan1-3/+4
2017-12-20element: Annotate set_clock() clock parameter with allow-noneSebastian Dröge1-1/+1
2017-12-20element: Annotate set_bus() bus parameter as allow-noneSebastian Dröge1-1/+1
2017-12-04gst: gst_element_remove_pad() is transfer none for the padSebastian Dröge1-1/+1
2017-11-22pad templates: Allow specifying GTypeMathieu Duponchelle1-0/+22
2017-11-02element: add gst_element_foreach_*pad()Tim-Philipp Müller1-0/+115
2017-08-17element/deviceprovider: Add instance getter functions for class propertiesSebastian Dröge1-0/+64
2017-07-26element: document that gst_element_continue_state needs to be called with the...George Kiagiadakis1-0/+2
2017-05-17gst: Correctly annotate functions taking floating reference parameters and re...Sebastian Dröge1-2/+5
2017-05-17gst: Handle floating references consistentlySebastian Dröge1-2/+1
2017-05-17gst: Fix floating reference inconsistencies in error casesVineeth TM1-0/+4
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-10/+12
2016-12-22element: Add guard to gst_element_release_pad() to ensure the pad belongs to ...Sebastian Dröge1-0/+1
2016-11-23element: Don't increment NULL pointersSebastian Dröge1-2/+5
2016-11-01element: Allow multiple conversion specifiers for request padsWonchul Lee1-78/+120
2016-10-19element: use g_strcmp0 in set_contextMatthew Waters1-1/+1
2016-10-19element: check for invalid gstcontext's being provided to set_contextMatthew Waters1-1/+5
2016-08-26element: rename gst_element_message_new_details() to gst_make_element_message...Tim-Philipp Müller1-1/+1
2016-08-26docs: fix various gtk-doc warningsTim-Philipp Müller1-2/+0
2016-07-22message: new API for additional custom data to error messagesVincent Penquerc'h1-8/+64
2016-07-08element: re-create threadpool after cleaning up tasksTim-Philipp Müller1-10/+17
2016-07-08element: clean up thread pool from gst_task_cleanup_all()Guillaume Desmottes1-0/+9
2016-06-04element: remove base_class_finalize_func which is never calledTim-Philipp Müller1-13/+1
2016-04-27element: Add gst_element_call_async()Sebastian Dröge1-0/+71
2016-04-08element: add API to get property change notifications via messagesTim-Philipp Müller1-0/+119
2016-04-02GST_REFCOUNTING: Add logging of pointer address for dispose, finalize, etc me...Mark Combellack1-4/+6
2016-03-01element: minor docs fixTim-Philipp Müller1-1/+1
2016-02-28element: add gst_element_class_add_static_pad_template()Tim-Philipp Müller1-0/+20
2016-02-17Revert "element: Don't hold state lock all the time while sending an event"Sebastian Dröge1-0/+2
2016-01-07tracer: harmonize the query hooksStefan Sauer1-1/+1
2015-12-14element: Unref event if GstElement::send_event() is not implementedSebastian Dröge1-0/+2
2015-12-10element: unref message in _post_message when there is no implementationAurélien Zanelli1-0/+2
2015-12-10element: Don't hold state lock all the time while sending an eventSebastian Dröge1-2/+0
2015-12-07element: Check for an activated pad before adding, not a non-flushing oneSebastian Dröge1-9/+6
2015-11-12tracer: add element-change-state-pre/post hookThiago Santos1-0/+4
2015-10-29element: emit tracer's element-new hook from 'constructed'Thiago Santos1-0/+9
2015-10-05tracer: add missing hooksMarcin Kolny1-2/+2
2015-10-05tracer: split into tracer and tracerutilsStefan Sauer1-1/+1
2015-10-05tracer: add more hooks and handle it in the pluginsStefan Sauer1-4/+13
2015-09-28bin: implement context propagation when adding elementsMatthew Waters1-1/+147
2015-09-24bin: element: Ignore activate result for removed pads on state changeStian Selnes1-3/+8
2015-04-02element: Document when a clock is available from gst_element_get_clock()Olivier Crête1-0/+3
2015-04-02element: Fix request_new_pad introspectionThibault Saunier1-1/+1
2015-03-14element: properly escape percent sign in documentationRamiro Polla1-1/+1
2015-02-20Revert "element: set pads need-parent flag to false when removing"Olivier Crête1-1/+0
2014-11-28element: Fix doc and default implementation of send_eventEdward Hervey1-2/+2
2014-11-28element: Figure default send_event direction handlingEdward Hervey1-2/+2
2014-09-25fixme: bump leftover 0.11 fixme commentsStefan Sauer1-1/+1
2014-08-13element: Clarify docs about gst_element_get_request_pad() and remove deprecat...Sebastian Dröge1-2/+3
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson1-1/+1