Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 16:50:01 GMT
From:      Wolfgang Jenkner <wjenkner@inode.at>
To:        gecko@FreeBSD.org
Subject:   Re: ports/188133: www/firefox coredumps when rewinding HTML5 video content provided by multimedia/gstreamer1-libav
Message-ID:  <201404191650.s3JGo1AF098421@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188133; it has been noted by GNATS.

From: Wolfgang Jenkner <wjenkner@inode.at>
To: bug-followup@FreeBSD.org,jakub_lach@mailplus.pl
Cc:  
Subject: Re: ports/188133: www/firefox coredumps when rewinding HTML5 video content provided by multimedia/gstreamer1-libav
Date: Sat, 19 Apr 2014 18:38:53 +0200

 Perhaps, until gst-libav-1.2.4 comes to ports it's worth trying out the
 patch given in
 
 https://bugzilla.gnome.org/show_bug.cgi?id=727779
 
 viz.,
 
 https://bug727779.bugzilla-attachments.gnome.org/attachment.cgi?id=274396
 
 I use the following script to transform such git-style patches into
 a patch-foo file which can be dropped into the ./files subdirectory of
 the port (multimedia/gstreamer1-libav in this case).
 
 #! /usr/bin/sed -Ef
 
 /^diff --git / s,a/([^ ]+) b/([^ ]+),\1.orig \2,
 /^--- / s,a/(.*)$,\1.orig,
 /^\+\+\+ / s,b/(.*)$,\1,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404191650.s3JGo1AF098421>