mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 05:39:51 +00:00
mi-info: fix type
It is 'Notebook' and not 'NoteBook'.
This commit is contained in:
parent
d70da55d3b
commit
e427932626
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ public class MediaInfo.Info : Box
|
|||
|
||||
// helpers
|
||||
|
||||
private void clear_notebook (NoteBook nb) {
|
||||
private void clear_notebook (Notebook nb) {
|
||||
while (nb.get_n_pages() > 0) {
|
||||
nb.remove_page (-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue