mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-29 21:40:31 +00:00
webrtc: Uniformise GType names
This commit is contained in:
parent
37c0239aff
commit
4942a916a8
3 changed files with 3 additions and 3 deletions
|
@ -5436,7 +5436,7 @@
|
|||
"author": "Mathieu Duponchelle <mathieu@centricular.com>",
|
||||
"description": "WebRTC sink",
|
||||
"hierarchy": [
|
||||
"RsWebRTCSink",
|
||||
"GstRSWebRTCSink",
|
||||
"GstBin",
|
||||
"GstElement",
|
||||
"GstObject",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue