mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
parent
7d3c4b8d6c
commit
9e8e9385cb
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ graph: /* empty */ { $$ = g_new0 (graph_t, 1); *((graph_t**) p
|
|||
}
|
||||
| graph connection { $$ = $1;
|
||||
$$->connections = g_list_append ($$->connections, $2);
|
||||
$2->src_index = $$->current->index;
|
||||
if ($$->current)
|
||||
$2->src_index = $$->current->index;
|
||||
if (!$2->sink_name)
|
||||
$$->connections_pending = g_list_append ($$->connections_pending, $2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue