mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
info: whitespace fix
This commit is contained in:
parent
11730cfbe2
commit
4d817e158d
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ public class MediaInfo.Info : VBox
|
|||
label = new Label ("Codec:");
|
||||
label.set_alignment (1.0f, 0.5f);
|
||||
table.attach (label, 0, 1, row, row+1, fill, 0, 0, 0);
|
||||
str = pb_utils_get_codec_description( sinfo.get_caps ());
|
||||
str = pb_utils_get_codec_description (sinfo.get_caps ());
|
||||
label = new Label (str);
|
||||
label.set_alignment (0.0f, 0.5f);
|
||||
table.attach (label, 1, 2, row, row+1, fill_exp, 0, 3, 1);
|
||||
|
@ -277,7 +277,7 @@ public class MediaInfo.Info : VBox
|
|||
label = new Label ("Codec:");
|
||||
label.set_alignment (1.0f, 0.5f);
|
||||
table.attach (label, 0, 1, row, row+1, fill, 0, 0, 0);
|
||||
str = pb_utils_get_codec_description( sinfo.get_caps ());
|
||||
str = pb_utils_get_codec_description (sinfo.get_caps ());
|
||||
label = new Label (str);
|
||||
label.set_alignment (0.0f, 0.5f);
|
||||
table.attach (label, 1, 2, row, row+1, fill_exp, 0, 3, 1);
|
||||
|
|
Loading…
Reference in a new issue