mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
21e56edfbc
Original commit message from CVS: put symbols in the sections.txt into the right sections (so that we dont get wrong undocumented symbols) added TITLE tags where they were missing fixed section names so that gtk-doc introspection works fixed typos in api docs and docbook docs added some thoughts about new interfaces (to personal notes)
150 lines
1.7 KiB
Text
150 lines
1.7 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstURIHandler
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Plugin feature that describes URI types and the element that handles it
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The URIHandler is a pluginfeature that can be used to locate element
|
|
and the element property that can handle a given URI.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ENUM GstURIType ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@GST_URI_UNKNOWN:
|
|
@GST_URI_SINK:
|
|
@GST_URI_SRC:
|
|
|
|
<!-- ##### MACRO GST_TYPE_URI_HANDLER ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GstURIHandler ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### MACRO GST_URI_TYPE_IS_VALID ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@type:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_protocol_is_valid ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@protocol:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_is_valid ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@uri:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_get_protocol ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@uri:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_get_location ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@uri:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_construct ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@protocol:
|
|
@location:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_element_make_from_uri ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@type:
|
|
@uri:
|
|
@elementname:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_handler_get_uri_type ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@handler:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_handler_get_protocols ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@handler:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_handler_get_uri ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@handler:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_handler_set_uri ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@handler:
|
|
@uri:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gst_uri_handler_new_uri ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@handler:
|
|
@uri:
|
|
|
|
|