[Webkit-unassigned] [Bug 34327] [Gtk] Vimeo HTML5 player doesn't work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 29 06:42:34 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34327
Gustavo Noronha (kov) <gns at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #47713|review? |review+, commit-queue-
Flag| |
--- Comment #2 from Gustavo Noronha (kov) <gns at gnome.org> 2010-01-29 06:42:34 PST ---
(From update of attachment 47713)
166 gchar* referer =
g_strdup(document->documentURI().utf8().data());
167 g_printerr("Referer: %s\n", referer);
As discussed on IRC, drop the referer variable, and the g_strdup, and pass
document->documentURI().utf8().data() directly to gst_structure_new. Also
remove the g_printerr =).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list