mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
ges-structured-interface: fix build
This commit is contained in:
parent
dbb2368a39
commit
7cfdc2265d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ _ges_get_asset_from_timeline (GESTimeline * timeline, GType type,
|
|||
GESLayer *
|
||||
_ges_get_layer_by_priority (GESTimeline * timeline, gint priority)
|
||||
{
|
||||
GList *layers, *tmp;
|
||||
GList *layers;
|
||||
gint nlayers;
|
||||
GESLayer *layer = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue