API: Add URI query type. This is useful to query the URI of a sink/source element...
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 20 Dec 2008 17:33:44 +0000 (17:33 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 20 Dec 2008 17:33:44 +0000 (17:33 +0000)
commit9b65eb6838052698728979223f4214a14eeeef62
tree7f96fe539cf12e7eada6eee19c69ba86645df93b
parent1b13418a0a5fc2dcf84ca32c6054ae1374f837ac
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.
ChangeLog
docs/gst/gstreamer-sections.txt
gst/gstquark.c
gst/gstquark.h
gst/gstquery.c
gst/gstquery.h
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c