mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
Revert "ges: Add missing type unref on deinit"
This reverts commit e939cfebaf
.
Class might not be initialized if they were already registered
when ges_init() was called, but were not created until ges_deinit() called.
This commit is contained in:
parent
702c298122
commit
fa2d6f360a
1 changed files with 0 additions and 3 deletions
|
@ -219,9 +219,6 @@ ges_deinit (void)
|
|||
/* Register track elements */
|
||||
g_type_class_unref (g_type_class_peek (GES_TYPE_EFFECT));
|
||||
|
||||
g_type_class_unref (g_type_class_peek (GST_TYPE_FRAME_POSITIONNER));
|
||||
g_type_class_unref (g_type_class_peek (GES_TYPE_PIPELINE));
|
||||
|
||||
ges_asset_cache_deinit ();
|
||||
|
||||
ges_initialized = FALSE;
|
||||
|
|
Loading…
Reference in a new issue