mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
threadshare: Remove unnecessary call to default()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1273>
This commit is contained in:
parent
ee4aca3010
commit
c2201480cf
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ impl ObjectSubclass for JitterBuffer {
|
||||||
|
|
||||||
fn with_class(klass: &Self::Class) -> Self {
|
fn with_class(klass: &Self::Class) -> Self {
|
||||||
let sink_pad_handler = SinkHandler::default();
|
let sink_pad_handler = SinkHandler::default();
|
||||||
let src_pad_handler = SrcHandler::default();
|
let src_pad_handler = SrcHandler;
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
sink_pad: PadSink::new(
|
sink_pad: PadSink::new(
|
||||||
|
|
Loading…
Reference in a new issue