[Bug 773473] kmssink: support display mode setting
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 23 18:54:18 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773473
Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #339328|none |needs-work
status| |
--- Comment #42 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 339328:
--> (https://bugzilla.gnome.org/review?bug=773473&attachment=339328)
::: sys/kms/gstkmssink.c
@@ +417,3 @@
+ count_modes = conn->count_modes;
+ else
+ count_modes = 1;
here seems to be the problem: if we change it to
if (conn)
count_modes = conn->count_modes;
if (count_modes == 0)
count_modes = 1;
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list