Home
last modified time | relevance | path

Searched refs:set_options_unlocked (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsftpsink.c124 gstcurlbasesink_class->set_options_unlocked = set_sftp_options_unlocked; in gst_curl_sftp_sink_class_init()
188 return parent_class->set_options_unlocked (basesink); in set_sftp_options_unlocked()
Dgstcurltlssink.h60 gboolean (*set_options_unlocked) (GstCurlBaseSink * sink); member
Dgstcurlsshsink.h87 gboolean (*set_options_unlocked) (GstCurlBaseSink * sink); member
Dgstcurlbasesink.h94 gboolean (*set_options_unlocked) (GstCurlBaseSink * sink); member
Dgstcurlhttpsink.c139 gstcurlbasesink_class->set_options_unlocked = in gst_curl_http_sink_class_init()
418 return parent_class->set_options_unlocked (bcsink); in gst_curl_http_sink_set_options_unlocked()
Dgstcurlfilesink.c122 gstcurlbasesink_class->set_options_unlocked = set_file_options_unlocked; in gst_curl_file_sink_class_init()
Dgstcurltlssink.c111 klass->set_options_unlocked = gst_curl_tls_sink_set_options_unlocked; in gst_curl_tls_sink_class_init()
Dgstcurlftpsink.c131 gstcurlbasesink_class->set_options_unlocked = set_ftp_options_unlocked; in gst_curl_ftp_sink_class_init()
Dgstcurlsshsink.c133 klass->set_options_unlocked = gst_curl_ssh_sink_set_options_unlocked; in gst_curl_ssh_sink_class_init()
Dgstcurlsmtpsink.c267 gstcurlbasesink_class->set_options_unlocked = in gst_curl_smtp_sink_class_init()
737 return parent_class->set_options_unlocked (bcsink); in gst_curl_smtp_sink_set_transfer_options_unlocked()
Dgstcurlbasesink.c770 if (klass->set_options_unlocked) { in gst_curl_base_sink_transfer_set_options_unlocked()
771 return klass->set_options_unlocked (sink); in gst_curl_base_sink_transfer_set_options_unlocked()