Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net/reqwest/src/reqwesthttpsrc/imp.rs')
-rw-r--r--net/reqwest/src/reqwesthttpsrc/imp.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/reqwest/src/reqwesthttpsrc/imp.rs b/net/reqwest/src/reqwesthttpsrc/imp.rs
index 84fe9d162..a65ae5a88 100644
--- a/net/reqwest/src/reqwesthttpsrc/imp.rs
+++ b/net/reqwest/src/reqwesthttpsrc/imp.rs
@@ -963,6 +963,8 @@ impl ObjectImpl for ReqwestHttpSrc {
}
}
+impl GstObjectImpl for ReqwestHttpSrc {}
+
impl ElementImpl for ReqwestHttpSrc {
fn metadata() -> Option<&'static gst::subclass::ElementMetadata> {
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {