mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
mediinfo: use less deprecated gtk api
This commit is contained in:
parent
9e001a2148
commit
9e2ca67515
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class MediaInfo.Info : Box
|
|||
pack_start (info_area, true, true, 0);
|
||||
|
||||
table = new Table (8, 3, false);
|
||||
info_area.add_with_viewport (table);
|
||||
info_area.add (table);
|
||||
|
||||
/* TODO(ensonic): add a 'Source' box ? maybe only for streams?
|
||||
Transport: {file, http, rtsp, ....} as wikilink
|
||||
|
|
Loading…
Reference in a new issue