From 51cee7f5f7cfe4836a8c857d09059a85b1e1b492 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 30 Dec 2002 17:55:05 +0000 Subject: [PATCH] New file too Original commit message from CVS: New file too --- docs/gst/tmpl/gstquery.sgml | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/gst/tmpl/gstquery.sgml diff --git a/docs/gst/tmpl/gstquery.sgml b/docs/gst/tmpl/gstquery.sgml new file mode 100644 index 0000000000..9464f06294 --- /dev/null +++ b/docs/gst/tmpl/gstquery.sgml @@ -0,0 +1,41 @@ + +GstQuery + + +Dynamically register new query types + + + +GstQuery functions are used to register a new query types to the gstreamer core. +Query types can be used to perform queries on pads and elements. + + + + +#GstPad, #GstElement + + + + +Standard predefined Query types + + +@GST_QUERY_NONE: +@GST_QUERY_TOTAL: +@GST_QUERY_POSITION: +@GST_QUERY_LATENCY: +@GST_QUERY_JITTER: +@GST_QUERY_START: +@GST_QUERY_SEGMENT_END: +@GST_QUERY_RATE: + + + +Convenience function to define a function that returns an array of query types. + + +@type: Type of first argument for function +@functionname: The name of the function +@...: query types, 0 to end the list + +