mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
xvimagesink: fix compiler warning
This commit is contained in:
parent
d679dd2c54
commit
3dd31cce39
1 changed files with 1 additions and 0 deletions
|
@ -1087,6 +1087,7 @@ gst_xvimagesink_get_xv_support (GstXvImageSink * xvimagesink,
|
|||
break;
|
||||
}
|
||||
default:
|
||||
vformat = GST_VIDEO_FORMAT_UNKNOWN;
|
||||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue