mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
layer: Properly emit the notify signal when auto_transition changes
This commit is contained in:
parent
7f10881dd2
commit
2c37986493
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
* Copyright (C) 2009 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
* 2009 Nokia Corporation
|
||||
* 2011 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
|
||||
* 2013 Thibault Saunier <thibault.saunier@collabora.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
|
@ -845,6 +846,7 @@ ges_timeline_layer_set_auto_transition (GESTimelineLayer * layer,
|
|||
start_calculating_transitions (layer);
|
||||
|
||||
layer->priv->auto_transition = auto_transition;
|
||||
g_object_notify (G_OBJECT (layer), "auto-transition");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue