summaryrefslogtreecommitdiff
path: root/gst/gstquery.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-2838/+0
2021-01-11gst: Add non-inline methods for bindings to able to use core APIsSeungha Yang1-1/+110
2018-11-07query: add a new bitrate queryMatthew Waters1-0/+73
2018-08-03gst: Add poisoning to more typesSebastian Dröge1-0/+3
2018-02-18gst: fix some GIR annotationsMark Nauwelaerts1-2/+2
2018-01-27gst: Fix up a bunch of GIR annotationsArun Raghavan1-1/+1
2017-12-06event/query/message: Annotate get_structure() return value as nullableSebastian Dröge1-3/+3
2017-12-06query: Add an empty structure in writable_structure() if there is none yetSebastian Dröge1-1/+12
2017-10-02query: doc consistencyStefan Sauer1-1/+1
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-9/+6
2016-05-30docs: xref the free function and expand allocation query docsStefan Sauer1-19/+21
2016-05-02query: fix compiler warningTim-Philipp Müller1-1/+1
2016-02-15docs: annotate C examples as suchEvan Nemerson1-1/+1
2015-12-04query: fix docsWim Taymans1-3/+3
2015-03-14allocation: Allow allocation pool without sizeNicolas Dufresne1-1/+0
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-0/+1
2014-09-16query: Add annotations to gst_query_add_allocation_pool()Ognyan Tonchev1-1/+1
2014-09-12query: add annotations to gst_query_set_nth_allocation_pool()Ognyan Tonchev1-1/+1
2014-07-01introspection: Assorted minor introspection and documentation fixesEvan Nemerson1-1/+1
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge1-1/+1
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-48/+48
2014-04-28query: Add boolean to URI query to specify if a redirect is permanent or notSebastian Dröge1-0/+52
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-02-27docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer1-19/+14
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-7/+7
2013-11-25query: Fix gi annotations of gst_structure_new_custom()Olivier Crête1-1/+1
2013-09-18context: Fix unit test for GstContext changesSebastian Dröge1-1/+1
2013-09-17message/query: Simplify CONTEXT messages/queries to only contain a single typeSebastian Dröge1-106/+19
2013-08-19query: return NULL when parsing uri redirection that was not setArnaud Vrac1-1/+5
2013-08-13query: add Since markers for new API and add to exports fileTim-Philipp Müller1-0/+4
2013-08-12query: fix annotation for gst_query_parse_uriAndoni Morales Alastruey1-1/+1
2013-08-12query: add new redirection uri the URI queryAndoni Morales Alastruey1-0/+42
2013-08-12query: add some missing 'transfer none' gi annotationsThiago Santos1-7/+7
2013-07-29query: Clarify the estimated-total documentationSjoerd Simons1-2/+3
2013-07-16query: Don't assert if no context is set in the querySebastian Dröge1-2/+6
2013-07-16query: sprinkle some Since 1.2 markers in docsTim-Philipp Müller1-0/+18
2013-07-16query: Add gst_query_has_context_type()Sebastian Dröge1-4/+34
2013-03-29gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge1-0/+150
2013-03-07query: gst_query_get_n_allocation_params() returns a new ref to the allocatorSebastian Dröge1-1/+1
2013-02-25query: Add new API to remove allocation params and pools from the allocation ...Sebastian Dröge1-0/+50
2013-02-25query: Document that the first allocator in the allocation query should allow...Sebastian Dröge1-1/+3
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-11query: buffering time left is in millisecondsWim Taymans1-2/+3
2012-09-11query: adjust test logic for scheduling mode with flagSMark Nauwelaerts1-1/+1
2012-09-11query: add convenience API to query for scheduling mode and flagsMark Nauwelaerts1-0/+26
2012-09-11baseparse, typefind: only activate in pull mode if upstream is seekableTim-Philipp Müller1-0/+10
2012-07-18query: fix gst_query_parse_nth_allocation_pool() annotationTim-Philipp Müller1-1/+3
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-38/+0
2012-07-10query: copy structure in _add_allocation_meta()Wim Taymans1-3/+3
2012-07-09memory: Make GstAllocator a GstObjectWim Taymans1-4/+4