diff options
author | Edward Hervey <bilboed@bilboed.com> | 2010-02-12 18:19:13 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2010-02-14 13:11:38 +0100 |
commit | baa8ad15b14f5025bc8c26e6c6ca615afb7c9c3a (patch) | |
tree | 80a5eab9d85fc34ea1c20bf067065841199b299e /gnl/gnlcomposition.c | |
parent | 0b99c1e629fc17fcfa10ba66e24020c7c8830bec (diff) |
gnlcomposition: Don't forget to carry over the modifyed stack
This can happen when we have several operations stacked one over each
other.
Fixes #609689
Diffstat (limited to 'gnl/gnlcomposition.c')
-rw-r--r-- | gnl/gnlcomposition.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c index 0aee7b3..a9a1d20 100644 --- a/gnl/gnlcomposition.c +++ b/gnl/gnlcomposition.c @@ -1250,6 +1250,7 @@ convert_list_to_tree (GList ** stack, GstClockTime * start, if (limit) nbsinks--; } + *stack = tmp; } beach: |