mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fix compilation
This commit is contained in:
parent
dcb1114806
commit
bf4a05d2e7
1 changed files with 1 additions and 2 deletions
|
@ -1122,8 +1122,7 @@ _save_encoding_profiles (GString * str, GESProject * project)
|
|||
_save_stream_profiles (str, sprof, profname, i);
|
||||
}
|
||||
}
|
||||
append_escaped (str,
|
||||
g_markup_printf_escaped ("</encoding-profile>\n", NULL));
|
||||
append_escaped (str, g_markup_printf_escaped ("</encoding-profile>\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue