mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
mi-info: reset toc info when we did not get disco info
This commit is contained in:
parent
bb124f787d
commit
579a012603
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ public class MediaInfo.Info : Box
|
|||
}
|
||||
|
||||
if (info == null) {
|
||||
toc_entries.set_model (null);
|
||||
duration.set_text ("");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue