mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
ges-launcher: don't unref transfer none objects
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/265>
This commit is contained in:
parent
a5a793f8b6
commit
e12b3b7cef
1 changed files with 2 additions and 1 deletions
|
@ -440,7 +440,8 @@ get_smart_profile (GESLauncher * self)
|
|||
gst_discoverer_stream_info_list_free (audio_streams);
|
||||
gst_discoverer_stream_info_list_free (video_streams);
|
||||
}
|
||||
g_list_free_full (assets, gst_object_unref);
|
||||
|
||||
g_list_free (assets);
|
||||
|
||||
if (possible_profiles) {
|
||||
possible_profiles = g_list_sort (possible_profiles, sort_encoding_profiles);
|
||||
|
|
Loading…
Reference in a new issue