[Bug 755542] gtk: Fix a race where we end up setting wrong VideoInfo

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 24 07:07:31 PDT 2015


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

--- Comment #4 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 312057:
 --> (https://bugzilla.gnome.org/review?bug=755542&attachment=312057)

::: ext/gtk/gtkgstbasewidget.c
@@ +456,3 @@

+  if (gst_video_info_is_equal (&widget->v_info, v_info) &&
+      gst_video_info_is_equal (&widget->pending_v_info, v_info)) {

Hrm, indeed pending == v_info if it has been set already.

-- 
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