summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-20 17:33:44 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-20 17:33:44 +0000
commit9b65eb6838052698728979223f4214a14eeeef62 (patch)
tree7f96fe539cf12e7eada6eee19c69ba86645df93b /docs
parent1b13418a0a5fc2dcf84ca32c6054ae1374f837ac (diff)
downloadgstreamer-9b65eb6838052698728979223f4214a14eeeef62.tar.gz
API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne...
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * gst/gstquark.c: * gst/gstquark.h: * gst/gstquery.c: (gst_query_new_uri), (gst_query_set_uri), (gst_query_parse_uri): * gst/gstquery.h: API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that need to get data from other files. This query should go upstream by default. Fixes bug #562949. * plugins/elements/gstfdsink.c: (gst_fd_sink_query): * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init), (gst_fd_src_query): * plugins/elements/gstfilesink.c: (gst_file_sink_query): * plugins/elements/gstfilesrc.c: (gst_file_src_class_init), (gst_file_src_query): Implement URI query.
Diffstat (limited to 'docs')
-rw-r--r--docs/gst/gstreamer-sections.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index b6eeec1d38..5dc1b4750c 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -1802,6 +1802,9 @@ gst_query_parse_buffering_stats
gst_query_set_buffering_range
gst_query_parse_buffering_range
+gst_query_new_uri
+gst_query_parse_uri
+gst_query_set_uri
<SUBSECTION Standard>
GstQueryClass
GST_QUERY