ges-effect: Chain-up to parent constructed vfunc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5981>
This commit is contained in:
Philippe Normand 2023-11-28 17:33:48 +00:00 committed by GStreamer Marge Bot
parent fa8a2ec55e
commit 86ab695e8d

View file

@ -88,6 +88,8 @@ ges_effect_asset_init (GESEffectAsset * self)
static void
ges_effect_asset_constructed (GObject * object)
{
G_OBJECT_CLASS (ges_effect_asset_parent_class)->constructed (object);
_fill_track_type (GES_ASSET (object));
}