From e522427cb48c64675b364839230bd5caa92a814c Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 7 Jul 2014 22:27:21 +0200 Subject: [PATCH] composition: Remove useless toplevel_seek argiment from activate_new_stack Co-Authored by: Thibault Saunier --- gnl/gnlcomposition.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c index b5252c9..e78f3c9 100644 --- a/gnl/gnlcomposition.c +++ b/gnl/gnlcomposition.c @@ -2610,7 +2610,7 @@ beach: } static inline gboolean -_activate_new_stack (GnlComposition * comp, GstEvent * toplevel_seek) +_activate_new_stack (GnlComposition * comp) { GstPad *pad; GstElement *topelement; @@ -2791,7 +2791,7 @@ update_pipeline (GnlComposition * comp, GstClockTime currenttime, /* Activate stack */ if (!samestack) { - return _activate_new_stack (comp, toplevel_seek); + return _activate_new_stack (comp); } else { gboolean res; GstPad *peer = gst_pad_get_peer (GNL_OBJECT_SRC (comp)); -- 2.7.4