forked from mirrors/gstreamer-rs
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");
|
||||
|
||||
b.field("format", &self.format())
|
||||
.field("format-info", &self.format_info())
|
||||
.field("width", &self.width())
|
||||
.field("height", &self.height())
|
||||
.field("interlace_mode", &self.interlace_mode())
|
||||
|
|
Loading…
Reference in a new issue