mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
composition: Remove useless toplevel_seek argiment from activate_new_stack
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
This commit is contained in:
parent
7de8b9c16c
commit
e522427cb4
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue