make the identity silent

This commit is contained in:
Wim Taymans 2011-11-11 13:12:27 +01:00
parent b14e3b9adc
commit 6781587784

View file

@ -137,6 +137,7 @@ gst_play_sink_convert_bin_add_identity (GstPlaySinkConvertBin * self)
);
} else {
g_object_set (self->identity, "silent", TRUE, NULL);
gst_bin_add (GST_BIN_CAST (self), self->identity);
}
}