mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
playsinkconvertbin: make identiy silent
This commit is contained in:
parent
a0639dad38
commit
05ecdc1246
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ gst_play_sink_convert_bin_add_identity (GstPlaySinkConvertBin * self)
|
|||
|
||||
);
|
||||
} else {
|
||||
g_object_set (self->identity, "silent", TRUE, "signal-handoffs", FALSE,
|
||||
NULL);
|
||||
gst_bin_add (GST_BIN_CAST (self), self->identity);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue