mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
matroska-mux: Don't output a warning on MONO multiview mode.
This commit is contained in:
parent
905295ea34
commit
e5d53ec7e4
1 changed files with 2 additions and 0 deletions
|
@ -2444,6 +2444,8 @@ gst_matroska_mux_track_header (GstMatroskaMux * mux,
|
||||||
guint64 stereo_mode = 0;
|
guint64 stereo_mode = 0;
|
||||||
|
|
||||||
switch (videocontext->multiview_mode) {
|
switch (videocontext->multiview_mode) {
|
||||||
|
case GST_VIDEO_MULTIVIEW_MODE_MONO:
|
||||||
|
break;
|
||||||
case GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE:
|
case GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE:
|
||||||
if (videocontext->multiview_flags &
|
if (videocontext->multiview_flags &
|
||||||
GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST)
|
GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST)
|
||||||
|
|
Loading…
Reference in a new issue