diff --git a/net/rtp/src/basepay/imp.rs b/net/rtp/src/basepay/imp.rs index 31bdd5b85..61d9ac3b1 100644 --- a/net/rtp/src/basepay/imp.rs +++ b/net/rtp/src/basepay/imp.rs @@ -1952,7 +1952,7 @@ impl ObjectImpl for RtpBasePay2 { .nick("Timestamp") .blurb("RTP timestamp of the last packet") .minimum(0) - .maximum(u16::MAX as u32) + .maximum(u32::MAX) .read_only() .build(), glib::ParamSpecBoolean::builder("source-info")