[Bug 729088] Catch XWindows errors when destroying xwindow
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Apr 29 00:12:30 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729088
GStreamer | gst-plugins-base | git
--- Comment #3 from Dirk Van Haerenborgh <vhdirk at gmail.com> 2014-04-29 07:12:25 UTC ---
(In reply to comment #1)
> Why do you switch the Warning to an Error?
>
> - GST_WARNING_OBJECT (xvimagesink, "could not output image - no window");
> + GST_ERROR_OBJECT (xvimagesink, "could not output image - no window");
Because it will return a FLOW_ERROR as well. It seemed odd to me that it would
be a warning if it resulted in an error after all. With this change, it behaves
more like the 'activate_failed' label.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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