mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
video: VideoInfo: display format info in Debug
This commit is contained in:
parent
71414fe052
commit
86f7a1dd9b
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