summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorJun Xie <jun.xie@samsung.com>2017-12-11 11:45:37 +0800
committerSebastian Dröge <sebastian@centricular.com>2017-12-11 10:29:12 +0200
commite0846de5b9e4e2f6e56618f756a4bb4cb0c32335 (patch)
tree2050230a32071fd9167566ecd901ee113eba7bb7 /sys
parentb60cc0274c7d16e62f2ab52e2e679d3ce3b6afea (diff)
downloadgst-plugins-base-e0846de5b9e4e2f6e56618f756a4bb4cb0c32335.tar.gz
gst-plugins-base-e0846de5b9e4e2f6e56618f756a4bb4cb0c32335.tar.xz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/xvimage/xvimagesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c
index 72ff5745e..54f35950b 100644
--- a/sys/xvimage/xvimagesink.c
+++ b/sys/xvimage/xvimagesink.c
@@ -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;
}
}