composition: Remove useless toplevel_seek argiment from activate_new_stack

Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
This commit is contained in:
Mathieu Duponchelle 2014-07-07 22:27:21 +02:00 committed by Thibault Saunier
parent 7de8b9c16c
commit e522427cb4

View 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));