composition: Remove useless toplevel_seek argiment from activate_new_stack
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Mon, 7 Jul 2014 20:27:21 +0000 (22:27 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:08 +0000 (11:58 +0100)
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>

gnl/gnlcomposition.c

index b5252c9..e78f3c9 100644 (file)
@@ -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));