webrtcsrc: Removed incorrect URIHandler from LiveKit source

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1484>
This commit is contained in:
Jordan Yelloz 2024-02-29 09:47:13 -07:00
parent 7d0397e1ad
commit 8b0731b5a2

View file

@ -54,7 +54,7 @@ glib::wrapper! {
}
glib::wrapper! {
pub struct LiveKitWebRTCSrc(ObjectSubclass<imp::LiveKitWebRTCSrc>) @extends BaseWebRTCSrc, gst::Bin, gst::Element, gst::Object, @implements gst::URIHandler, gst::ChildProxy;
pub struct LiveKitWebRTCSrc(ObjectSubclass<imp::LiveKitWebRTCSrc>) @extends BaseWebRTCSrc, gst::Bin, gst::Element, gst::Object, gst::ChildProxy;
}
glib::wrapper! {