xvimagesink: fix inaccurate error message
authorJun Xie <jun.xie@samsung.com>
Mon, 11 Dec 2017 03:45:37 +0000 (11:45 +0800)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 11 Dec 2017 08:29:12 +0000 (10:29 +0200)
It's about not being able to calculate the display size, not the display
ratio.

https://bugzilla.gnome.org/show_bug.cgi?id=791463

sys/xvimage/xvimagesink.c

index 72ff574..54f3595 100644 (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;
   }
 }