mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
track-video-transition: Fix set_inverted
This commit is contained in:
parent
43b815925a
commit
c22fa97088
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ void
|
||||||
ges_track_video_transition_set_inverted (GESTrackVideoTransition * self,
|
ges_track_video_transition_set_inverted (GESTrackVideoTransition * self,
|
||||||
gboolean inverted)
|
gboolean inverted)
|
||||||
{
|
{
|
||||||
ges_track_video_transition_set_inverted (self, inverted);
|
ges_track_video_transition_set_inverted_internal (self, inverted);
|
||||||
|
|
||||||
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_INVERT]);
|
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_INVERT]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue