mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-24 07:58:12 +00:00
video: VideoInfo: display format info in Debug
This commit is contained in:
parent
a9e401084d
commit
f3c2cb80f1
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ impl fmt::Debug for VideoInfo {
|
||||||
let mut b = f.debug_struct("VideoInfo");
|
let mut b = f.debug_struct("VideoInfo");
|
||||||
|
|
||||||
b.field("format", &self.format())
|
b.field("format", &self.format())
|
||||||
|
.field("format-info", &self.format_info())
|
||||||
.field("width", &self.width())
|
.field("width", &self.width())
|
||||||
.field("height", &self.height())
|
.field("height", &self.height())
|
||||||
.field("interlace_mode", &self.interlace_mode())
|
.field("interlace_mode", &self.interlace_mode())
|
||||||
|
|
Loading…
Reference in a new issue