s3sink: log when setting properties

This commit is contained in:
Guillaume Desmottes 2021-11-22 11:28:46 +01:00
parent 2c2cd8c2be
commit 11bef9066c

View file

@ -500,6 +500,14 @@ impl ObjectImpl for S3Sink {
) {
let mut settings = self.settings.lock().unwrap();
gst_debug!(
CAT,
obj: obj,
"Setting property '{}' to '{:?}'",
pspec.name(),
value
);
match pspec.name() {
"bucket" => {
settings.bucket = value