bad: audioaggregator: Do not post message before being constructed
authorThibault Saunier <tsaunier@igalia.com>
Wed, 5 Jul 2023 18:27:22 +0000 (14:27 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 10 Jul 2023 18:00:49 +0000 (19:00 +0100)
commit0e633b2a90f4bbb9cdfc4fa7391cd6823e2ef821
tree0d1686ed4e643d26325686c98abd4d8ffad5dfd1
parent874370d0ab8fbe1173cde0d154cbeee08f7791ba
bad: audioaggregator: Do not post message before being constructed

`gst_aggregator_set_latency` will post a message on the bus which
triggers traces for not constructed objects which fails in rust tracers
as object should have names in all traces.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4984>
subprojects/gst-plugins-base/gst-libs/gst/audio/gstaudioaggregator.c