mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +00:00
make the identity silent
This commit is contained in:
parent
b14e3b9adc
commit
6781587784
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ gst_play_sink_convert_bin_add_identity (GstPlaySinkConvertBin * self)
|
||||||
|
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
g_object_set (self->identity, "silent", TRUE, NULL);
|
||||||
gst_bin_add (GST_BIN_CAST (self), self->identity);
|
gst_bin_add (GST_BIN_CAST (self), self->identity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue