GNOME Bugzilla – Bug 685235
Better error reporting for youtube plugin when quvi fails
Last modified: 2012-10-02 06:27:12 UTC
Created attachment 225518 [details] [review] proposed patch Youtube plugin will simply not set a media URL if libquvi fails to extract the url for any reason. This patch will emit a Grilo warning instead of silently ignoring the error.
commit df5be4ea0613900531b744035d2d25b0fdeaaae1 Author: Mohammed Hassan <mohammed.hassan@jollamobile.com> Date: Mon Oct 1 20:32:45 2012 +0300 Emit a warning when quvi fails to parse the video URL. This can help debugging if/when quvi fails to parse. Currently we will fail silently which is not that friendly. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=685235 src/youtube/grl-youtube.c | 4 ++++ 1 file changed, 4 insertions(+)