webrtc: Uniformise GType names

This commit is contained in:
Thibault Saunier 2022-10-19 19:58:43 +02:00
parent 37c0239aff
commit 4942a916a8
3 changed files with 3 additions and 3 deletions

View file

@ -5436,7 +5436,7 @@
"author": "Mathieu Duponchelle <mathieu@centricular.com>",
"description": "WebRTC sink",
"hierarchy": [
"RsWebRTCSink",
"GstRSWebRTCSink",
"GstBin",
"GstElement",
"GstObject",

View file

@ -363,7 +363,7 @@ impl Signaller {
#[glib::object_subclass]
impl ObjectSubclass for Signaller {
const NAME: &'static str = "RsWebRTCSinkSignaller";
const NAME: &'static str = "GstRSWebRTCSinkSignaller";
type Type = super::Signaller;
type ParentType = glib::Object;
}

View file

@ -2323,7 +2323,7 @@ impl WebRTCSink {
#[glib::object_subclass]
impl ObjectSubclass for WebRTCSink {
const NAME: &'static str = "RsWebRTCSink";
const NAME: &'static str = "GstRSWebRTCSink";
type Type = super::WebRTCSink;
type ParentType = gst::Bin;
type Interfaces = (gst::ChildProxy, gst_video::Navigation);