summaryrefslogtreecommitdiff
path: root/gst/gstquery.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-18WIP: attempt to add locking to miniobjectminiobject-lockWim Taymans1-16/+4
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
2011-11-18query: improve scheduling queryWim Taymans1-4/+20
2011-11-18query: move flags closer to buffering queryWim Taymans1-16/+16
2011-11-15pad: remove getcaps and use caps queryWim Taymans1-3/+8
2011-11-14query: add caps queryWim Taymans1-1/+8
2011-11-14query: remove GST_QUERY_LASTTim-Philipp Müller1-3/+1
2011-11-14fix docsWim Taymans1-0/+1
2011-11-09pad: make an ACCEPT_CAPS queryWim Taymans1-1/+9
2011-06-23query: add method to check for metadataWim Taymans1-0/+1
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-1/+1
2011-06-07query: add methods to query allocatorsWim Taymans1-0/+4
2011-06-05docs: update for API changesTim-Philipp Müller1-1/+0
2011-05-24query: add SCHEDULING queryWim Taymans1-1/+12
2011-05-10query: Hide GstStructure in queriesWim Taymans1-19/+39
2011-05-02query: improve allocation parameters queryWim Taymans1-4/+6
2011-04-29query: fix parsing of the ALLOCATION queryWim Taymans1-2/+3
2011-04-28query: fix typo in method name and improve docsWim Taymans1-2/+2
2011-04-28bufferpool: add query to request pool and configurationWim Taymans1-1/+17
2011-04-19Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-04-19query: const-ify formats arguments to gst_query_set_formatsv()Tim-Philipp Müller1-1/+1
2011-02-23fix macrosWim Taymans1-1/+1
2011-02-23miniobject: make miniobject a boxed typeWim Taymans1-15/+4
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-2/+6
2010-09-03gstquery: new buffering_ranges APIPhilippe Normand1-0/+9
2010-09-02Fix casts in a bunch of inline functions to maintain correct const-nessJeffrey S. Smith1-1/+1
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-2/+2
2009-12-07Use plain casting instead of typecheckingWim Taymans1-3/+3
2009-11-25docs: fix xrefs in docsStefan Kost1-2/+1
2009-11-05query: whitespace fixesWim Taymans1-30/+30
2009-07-02docs: fix gtk-doc /*< private >*/ markerTim-Philipp Müller1-2/+2
2009-03-20API: add GST_QUERY_CASTTim-Philipp Müller1-0/+2
2009-03-12docs: Improve some docsWim Taymans1-0/+4
2009-02-22Convert unref/copy functions of GstMiniObject subclasses to static inline fun...Ali Sabil1-3/+29
2008-12-20API: Add URI query type. This is useful to query the URI of a sink/source ele...Sebastian Dröge1-1/+7
2008-11-20gst/gstquery.*: Add GstQueryType for custom queries instead of having to use ...Wim Taymans1-1/+4
2008-04-09gst/gstquery.h: Fix typo.Tim-Philipp Müller1-1/+1
2008-04-08Rename _avail -> _rangeWim Taymans1-2/+2
2008-04-08Add busy field and quark for the buffering query so that the app can only use...Wim Taymans1-2/+2
2008-04-08Reorder the message docs and headers for clarity.Wim Taymans1-1/+39
2007-11-02gst/: Move declaration of private _gst_foo_initialize() functions into our pr...Tim-Philipp Müller1-2/+0
2007-02-02docs/gst/gstreamer-sections.txt: Add docs for new methods.Wim Taymans1-7/+11
2006-07-26gst/gstquery.h: Delete unused and misleading define of GST_QUERY_TYPE_RATE_DE...Jan Schmidt1-7/+0
2006-02-14docs/gst/gstreamer-sections.txt: Reworked query docs.Wim Taymans1-0/+4
2006-02-13New API: add GST_MESSAGE_TYPE_NAME and GST_QUERY_TYPE_NAME macros (#330906). ...Tim-Philipp Müller1-0/+17
2005-11-29gst/gstevent.h (struct _GstEvent): Only one pointer of padding.Andy Wingo1-1/+1
2005-11-27check/: Add tests for fdsrc seekabilityJan Schmidt1-0/+6