mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
ad1970eae2
Original commit message from CVS: 2005-07-15 Andy Wingo <wingo@pobox.com> * tools/gst-typefind.c: Update, add copyright block. * gst/base/gstbasesrc.c (gst_base_src_default_negotiate): Normalize and truncate caps before fixation. * gst/gstcaps.h: * gst/gstcaps.c (gst_caps_truncate): New function, destructively discards all but the first structure from its argument.
137 lines
1.6 KiB
Text
137 lines
1.6 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstUriHandler
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Plugin feature that handles URI types
|
|
|
|
<!-- ##### 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>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### 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:
|
|
|
|
|