mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
nle: clear seek event properly
Use gst_clear_event instead of g_clear_object avoiding a failing gobject unref Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2047>
This commit is contained in:
parent
886cfecd36
commit
ef9962d66a
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ nle_composition_dispose (GObject * object)
|
|||
g_list_free (priv->objects_stop);
|
||||
|
||||
g_list_free_full (priv->actions, (GDestroyNotify) _remove_each_action);
|
||||
g_clear_object (&priv->stack_initialization_seek);
|
||||
gst_clear_event (&priv->stack_initialization_seek);
|
||||
|
||||
nle_composition_reset_target_pad (comp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue