Skip to content

Commit

Permalink
xvimagesink: fix inaccurate error message
Browse files Browse the repository at this point in the history
It's about not being able to calculate the display size, not the display
ratio.

https://bugzilla.gnome.org/show_bug.cgi?id=791463
  • Loading branch information
xixidodo authored and sdroege committed Dec 11, 2017
1 parent b60cc02 commit e0846de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/xvimage/xvimagesink.c
Expand Up @@ -835,7 +835,7 @@ gst_xv_image_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
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;
}
}
Expand Down

0 comments on commit e0846de

Please sign in to comment.