summaryrefslogtreecommitdiff
path: root/gst/gstquery.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-661/+0
2021-01-11gst: Add non-inline methods for bindings to able to use core APIsSeungha Yang1-74/+25
2020-07-26event, query: fix g-ir-scanner warningsTim-Philipp Müller1-21/+21
2019-06-04Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionallyNiels De Graef1-2/+0
2019-05-13doc: Fix hotdoc warningsThibault Saunier1-3/+6
2018-11-07query: add a new bitrate queryMatthew Waters1-1/+14
2018-11-05gst_clear_*: Cast to GstMiniObject** when neededJan Alexander Steffens (heftig)1-1/+1
2018-11-05query: add gst_query_take()Niels De Graef1-0/+24
2018-11-05query: add gst_clear_query()Niels De Graef1-0/+19
2018-03-13gst: GST_EXPORT -> GST_APITim-Philipp Müller1-86/+86
2017-05-15gst: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller1-0/+161
2017-04-05gst: Update some more types and values of combined-flags constantsSebastian Dröge1-2/+2
2017-01-27gst: Fix includes so that files can be built separatelyThibault Saunier1-25/+28
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens1-0/+4
2015-11-09docs: remove dummy function declarations with G_INLINE_FUNCTION for gtk-docTim-Philipp Müller1-16/+0
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson1-2/+2
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge1-1/+3
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-2/+2
2014-04-28query: Add boolean to URI query to specify if a redirect is permanent or notSebastian Dröge1-0/+2
2013-09-17message/query: Simplify CONTEXT messages/queries to only contain a single typeSebastian Dröge1-5/+2
2013-09-17query: Make CONTEXT query upstream and downstreamSebastian Dröge1-2/+2
2013-08-12query: add new redirection uri the URI queryAndoni Morales Alastruey1-0/+2
2013-07-16query: sprinkle some Since 1.2 markers in docsTim-Philipp Müller1-2/+3
2013-07-16query: Add gst_query_has_context_type()Sebastian Dröge1-0/+1
2013-04-16query: new _BANDWIDTH_LIMITED flagPhilippe Normand1-2/+4
2013-03-29gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge1-1/+12
2013-02-25query: Add new API to remove allocation params and pools from the allocation ...Sebastian Dröge1-0/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-11query: add convenience API to query for scheduling mode and flagsMark Nauwelaerts1-0/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-7/+3
2012-07-10query: copy structure in _add_allocation_meta()Wim Taymans1-1/+1
2012-07-09memory: Make GstAllocator a GstObjectWim Taymans1-0/+1
2012-07-06query: use more generic structure for meta paramsWim Taymans1-2/+3
2012-07-06query: make find_allocation_meta methodWim Taymans1-1/+1
2012-07-06query: add flags to allocation queryWim Taymans1-2/+2
2012-07-05query: Remove the TOC query, it's not very useful now that we have sticky eventsSebastian Dröge1-9/+1
2012-06-15docs: improve API docsWim Taymans1-2/+0
2012-04-02Merge branch '0.10'Stefan Sauer1-1/+10
2012-04-02Add new TOC queryAlexander Saprykin1-1/+9
2012-03-29docs: update more documentationWim Taymans1-1/+0
2012-03-15query: rework the ALLOCATION queryWim Taymans1-16/+32
2012-03-14query: also include padding in ALLOCATION queryWim Taymans1-4/+4
2012-03-14query: add new drain queryWim Taymans1-1/+5
2012-03-14query: register queries like eventsWim Taymans1-56/+90
2012-03-01query: add method to remove allocation_metaWim Taymans1-4/+5
2012-02-29meta: split registration of API and implementationWim Taymans1-3/+3
2012-01-30query: pass allocator in queryWim Taymans1-2/+2
2011-12-05make some macros into inline functionsWim Taymans1-2/+10
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-15/+15
2011-11-26gst: sprinkle some G_GNUC_MALLOCTim-Philipp Müller1-11/+11