mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
net/webrtc: correct signaller debug category
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1702>
This commit is contained in:
parent
64f0b76f71
commit
a9ff9615ff
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ pub mod prelude {
|
|||
|
||||
pub static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
|
||||
gst::DebugCategory::new(
|
||||
"webrtcsrc-signaller",
|
||||
"webrtc-signaller",
|
||||
gst::DebugColorFlags::empty(),
|
||||
Some("WebRTC src signaller"),
|
||||
Some("WebRTC signaller"),
|
||||
)
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue