Searched refs:dest_uri (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gsturitranscodebin.c | 54 gchar *dest_uri; member 125 if (!self->dest_uri) { in make_dest() 130 if (!self->dest_uri) in make_dest() 133 if (!gst_uri_is_valid (self->dest_uri)) in make_dest() 136 self->sink = gst_element_make_from_uri (GST_URI_SINK, self->dest_uri, in make_dest() 156 ("Invalid URI \"%s\".", self->dest_uri), (NULL)); in make_dest() 177 prot = gst_uri_get_protocol (self->dest_uri); in make_dest() 191 ("No element accepted URI '%s'", self->dest_uri)); in make_dest() 384 if (!self->dest_uri) in set_location_on_muxer_if_sink() 399 if (!gst_uri_has_protocol (self->dest_uri, "file")) { in set_location_on_muxer_if_sink() [all …]
|
/third_party/glib/gio/ |
D | gproxyaddressenumerator.c | 71 gchar *dest_uri; member 177 priv->dest_uri, in g_proxy_address_enumerator_next() 263 dest_protocol = g_uri_parse_scheme (priv->dest_uri); in g_proxy_address_enumerator_next() 353 dest_protocol = g_uri_parse_scheme (priv->dest_uri); in return_result() 527 priv->dest_uri, in g_proxy_address_enumerator_next_async() 571 if (priv->dest_uri) in g_proxy_address_enumerator_constructed() 573 conn = g_network_address_parse_uri (priv->dest_uri, priv->default_port, NULL); in g_proxy_address_enumerator_constructed() 585 g_warning ("Invalid URI '%s'", priv->dest_uri); in g_proxy_address_enumerator_constructed() 601 g_value_set_string (value, priv->dest_uri); in g_proxy_address_enumerator_get_property() 631 priv->dest_uri = g_value_dup_string (value); in g_proxy_address_enumerator_set_property() [all …]
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | gst-transcoder.c | 67 gchar *src_uri, *dest_uri, *encoding_format, *size; member 383 settings.dest_uri = ensure_uri (argv[2]); in main() 386 settings.encoding_format = get_file_extension (settings.dest_uri); in main() 416 transcoder = gst_transcoder_new_full (settings.src_uri, settings.dest_uri, in main() 451 g_free (settings.dest_uri); in main() 458 " available in the output target: %s", settings.dest_uri); in main()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 75 gchar *dest_uri; member 263 g_free (self->dest_uri); in gst_transcoder_finalize() 280 "dest-uri", self->dest_uri, "profile", self->profile, in gst_transcoder_constructed() 309 g_free (self->dest_uri); in gst_transcoder_set_property() 310 self->dest_uri = g_value_dup_string (value); in gst_transcoder_set_property() 311 GST_DEBUG_OBJECT (self, "Set dest_uri=%s", self->dest_uri); in gst_transcoder_set_property() 353 g_value_set_string (value, self->dest_uri); in gst_transcoder_get_property() 893 const gchar * dest_uri, const gchar * encoding_profile) in gst_transcoder_new() argument 900 g_return_val_if_fail (dest_uri, NULL); in gst_transcoder_new() 905 return gst_transcoder_new_full (source_uri, dest_uri, profile); in gst_transcoder_new() [all …]
|
D | gsttranscoder.h | 116 const gchar * dest_uri, 121 const gchar * dest_uri,
|
/third_party/libsoup/examples/ |
D | simple-proxy.c | 212 SoupURI *dest_uri; in try_tunnel() local 222 dest_uri = soup_message_get_uri (msg); in try_tunnel() 224 g_socket_client_connect_to_host_async (sclient, dest_uri->host, dest_uri->port, in try_tunnel()
|
/third_party/libsoup/tests/ |
D | server-test.c | 1322 SoupURI *dest_uri; in proxy_server_callback() local 1337 dest_uri = soup_message_get_uri (msg); in proxy_server_callback() 1339 g_socket_client_connect_to_host_async (sclient, dest_uri->host, dest_uri->port, in proxy_server_callback()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 5104 dest_uri to origin_uri to match RFC 2616 terminology. Add an
|