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:
Jun Xie 2017-12-11 11:45:37 +08:00 committed by Sebastian Dröge
parent b60cc0274c
commit e0846de5b9

View file

@ -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;
}
}