mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-09 05:11:53 +00:00
GESTimelineTransition: Remove unneeded variable
This commit is contained in:
parent
c655a86492
commit
e28da66ceb
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@ ges_timeline_transition_update_vtype_internal (GESTimelineObject * self,
|
||||||
{
|
{
|
||||||
GList *tmp;
|
GList *tmp;
|
||||||
GESTimelineTransition *trself = (GESTimelineTransition *) self;
|
GESTimelineTransition *trself = (GESTimelineTransition *) self;
|
||||||
GESVideoTransitionType old;
|
|
||||||
old = trself->vtype;
|
|
||||||
|
|
||||||
for (tmp = self->trackobjects; tmp; tmp = g_list_next (tmp)) {
|
for (tmp = self->trackobjects; tmp; tmp = g_list_next (tmp)) {
|
||||||
GESTrackVideoTransition *obj;
|
GESTrackVideoTransition *obj;
|
||||||
|
|
Loading…
Reference in a new issue