From 5e208a58f843983f4d927a3f4186a9378eafbd3b Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 2 Aug 2010 10:24:33 +0000 Subject: modify the youtube video request URI so that it works again (this was by try&error, does anybody know more about the protocol?) bump PKGREVISION --- multimedia/totem/patches/patch-aj | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 multimedia/totem/patches/patch-aj (limited to 'multimedia/totem/patches') diff --git a/multimedia/totem/patches/patch-aj b/multimedia/totem/patches/patch-aj new file mode 100644 index 00000000000..c243457aee6 --- /dev/null +++ b/multimedia/totem/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2010/08/02 10:24:33 drochner Exp $ + +--- src/plugins/youtube/totem-youtube.c.orig 2010-05-12 15:41:25.000000000 +0000 ++++ src/plugins/youtube/totem-youtube.c +@@ -530,6 +530,7 @@ resolve_t_param_cb (GObject *source_obje + g_string_append_uri_escaped (video_uri_string, video_id, NULL, TRUE); + g_string_append (video_uri_string, "&t="); + g_string_append_uri_escaped (video_uri_string, t_param, NULL, TRUE); ++ g_string_append (video_uri_string, "&asv="); + g_string_append (video_uri_string, fmt_param); + + video_uri = g_string_free (video_uri_string, FALSE); -- cgit v1.2.3