mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
xvimagesink: fix inaccurate error message
It's about not being able to calculate the display size, not the display ratio. https://bugzilla.gnome.org/show_bug.cgi?id=791463
This commit is contained in:
parent
b60cc0274c
commit
e0846de5b9
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ no_disp_ratio:
|
|||
no_display_size:
|
||||
{
|
||||
GST_ELEMENT_ERROR (xvimagesink, CORE, NEGOTIATION, (NULL),
|
||||
("Error calculating the output display ratio of the video."));
|
||||
("Error calculating the output display size of the video."));
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue