mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
ges-launch: Not being able to load an asset is an error
This commit is contained in:
parent
0e9c74bcb1
commit
fe69b92455
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ error_loading_asset_cb (GESProject * project, GError * error,
|
||||||
const gchar * failed_id, GType extractable_type)
|
const gchar * failed_id, GType extractable_type)
|
||||||
{
|
{
|
||||||
g_printerr ("Error loading asset %s: %s\n", failed_id, error->message);
|
g_printerr ("Error loading asset %s: %s\n", failed_id, error->message);
|
||||||
|
seenerrors = TRUE;
|
||||||
|
|
||||||
g_main_loop_quit (mainloop);
|
g_main_loop_quit (mainloop);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue