clapper-app: Create pipeline preview file async

This commit is contained in:
Rafał Dzięgiel
2025-02-18 21:32:35 +01:00
parent b8a4a90b6c
commit 224326857b
4 changed files with 120 additions and 43 deletions

View File

@@ -85,7 +85,7 @@ G_GNUC_INTERNAL
GstElement * clapper_app_utils_make_element (const gchar *string);
G_GNUC_INTERNAL
GFile * clapper_app_utils_create_pipeline_svg_file (ClapperPlayer *player, GError **error);
void clapper_app_utils_create_pipeline_svg_file_async (ClapperPlayer *player, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data);
G_GNUC_INTERNAL
void clapper_app_utils_delete_tmp_dir (void);