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
@ -835,7 +835,7 @@ no_disp_ratio:
|
|||||||
no_display_size:
|
no_display_size:
|
||||||
{
|
{
|
||||||
GST_ELEMENT_ERROR (xvimagesink, CORE, NEGOTIATION, (NULL),
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user