mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
fixup: payloader
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1580>
This commit is contained in:
parent
566e6443f4
commit
e7d0e0702a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ use crate::basepay::{RtpBasePay2Ext, RtpBasePay2Impl};
|
|||
use crate::klv::klv_utils;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct RtpKlvPay {}
|
||||
pub struct RtpKlvPay;
|
||||
|
||||
static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
|
||||
gst::DebugCategory::new(
|
||||
|
|
Loading…
Reference in a new issue