summaryrefslogtreecommitdiff
path: root/gst/gstquery.c
Commit message (Expand)AuthorAgeFilesLines
* docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer2014-02-271-19/+14
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-7/+7
* query: Fix gi annotations of gst_structure_new_custom()Olivier Crête2013-11-251-1/+1
* context: Fix unit test for GstContext changesSebastian Dröge2013-09-181-1/+1
* message/query: Simplify CONTEXT messages/queries to only contain a single typeSebastian Dröge2013-09-171-106/+19
* query: return NULL when parsing uri redirection that was not setArnaud Vrac2013-08-191-1/+5
* query: add Since markers for new API and add to exports fileTim-Philipp Müller2013-08-131-0/+4
* query: fix annotation for gst_query_parse_uriAndoni Morales Alastruey2013-08-121-1/+1
* query: add new redirection uri the URI queryAndoni Morales Alastruey2013-08-121-0/+42
* query: add some missing 'transfer none' gi annotationsThiago Santos2013-08-121-7/+7
* query: Clarify the estimated-total documentationSjoerd Simons2013-07-291-2/+3
* query: Don't assert if no context is set in the querySebastian Dröge2013-07-161-2/+6
* query: sprinkle some Since 1.2 markers in docsTim-Philipp Müller2013-07-161-0/+18
* query: Add gst_query_has_context_type()Sebastian Dröge2013-07-161-4/+34
* gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge2013-03-291-0/+150
* query: gst_query_get_n_allocation_params() returns a new ref to the allocatorSebastian Dröge2013-03-071-1/+1
* query: Add new API to remove allocation params and pools from the allocation ...Sebastian Dröge2013-02-251-0/+50
* query: Document that the first allocator in the allocation query should allow...Sebastian Dröge2013-02-251-1/+3
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* query: buffering time left is in millisecondsWim Taymans2012-10-111-2/+3
* query: adjust test logic for scheduling mode with flagSMark Nauwelaerts2012-09-111-1/+1
* query: add convenience API to query for scheduling mode and flagsMark Nauwelaerts2012-09-111-0/+26
* baseparse, typefind: only activate in pull mode if upstream is seekableTim-Philipp Müller2012-09-111-0/+10
* query: fix gst_query_parse_nth_allocation_pool() annotationTim-Philipp Müller2012-07-181-1/+3
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-38/+0
* query: copy structure in _add_allocation_meta()Wim Taymans2012-07-101-3/+3
* memory: Make GstAllocator a GstObjectWim Taymans2012-07-091-4/+4
* query: use more generic structure for meta paramsWim Taymans2012-07-061-20/+33
* query: make find_allocation_meta methodWim Taymans2012-07-061-4/+10
* query: add flags to allocation queryWim Taymans2012-07-061-11/+36
* query: Remove the TOC query, it's not very useful now that we have sticky eventsSebastian Dröge2012-07-051-73/+0
* miniobject: add lock functionality to GstMiniObjectWim Taymans2012-07-051-1/+1
* toc: put toc directly into event/message/query structureTim-Philipp Müller2012-06-261-33/+15
* miniobjects: pass copy, dispose and free function to gst_mini_object_init()Tim-Philipp Müller2012-06-231-12/+5
* docs: improve API docsWim Taymans2012-06-151-0/+16
* query: no need to store the size of the structure inside the structureTim-Philipp Müller2012-06-151-7/+4
* miniobject: remove the size fieldWim Taymans2012-06-141-3/+6
* query: improve docsWim Taymans2012-06-061-1/+5
* toc: don't export private functionsTim-Philipp Müller2012-04-021-4/+4
* toc: port to 0.11Stefan Sauer2012-04-021-6/+11
* Merge branch '0.10'Stefan Sauer2012-04-021-0/+86
|\
| * Add new TOC queryAlexander Saprykin2012-04-021-0/+92
* | gstquery: Fix annotationEdward Hervey2012-03-291-1/+1
* | query: parsing allocation query need not provide reffed capsMark Nauwelaerts2012-03-291-2/+5
* | docs: update more documentationWim Taymans2012-03-291-9/+4
* | query:fix copy-and-paste problemWim Taymans2012-03-261-2/+2
* | query: Only allow fixed caps in the accept-caps querySebastian Dröge2012-03-211-1/+3
* | query: rework the ALLOCATION queryWim Taymans2012-03-151-76/+217
* | query: fix copy functionWim Taymans2012-03-151-1/+6
* | query: also include padding in ALLOCATION queryWim Taymans2012-03-141-2/+7