diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
commit | 9aafe503d08e2766f5343cca1c13e96a47c6bd4c (patch) | |
tree | d56a366dfc71562e65a02f0224eed5e9c21419cd /mail/thunderbird/files/patch-bug775257 | |
parent | - New port: octave-forge-cgi. (diff) |
- Update firefox and thunderbird to 17.0
- Update seamonkey to 2.14
- Update ESR ports and libxul to 10.0.11
- support more h264 codecs when using GSTREAMER with YouTube
- Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1]
- Buildsystem is not python 3 aware, use python up to 2.7 [2]
PR: ports/173679 [1]
Submitted by: swills [1], demon [2]
In collaboration with: Jan Beich <jbeich@tormail.org>
Security: d23119df-335d-11e2-b64c-c8600054b392
Approved by: portmgr (beat)
Feature safe: yes
Diffstat (limited to 'mail/thunderbird/files/patch-bug775257')
-rw-r--r-- | mail/thunderbird/files/patch-bug775257 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/thunderbird/files/patch-bug775257 b/mail/thunderbird/files/patch-bug775257 deleted file mode 100644 index 904fec24a5a5..000000000000 --- a/mail/thunderbird/files/patch-bug775257 +++ /dev/null @@ -1,27 +0,0 @@ -commit 8fc8b74 -Author: Oleg Romashin <oleg.romashin@nokia.com> -Date: Wed Jul 18 22:46:11 2012 -0400 - - Bug 775257 - Gstreamer backend on Meego N9 produce extra noise in audio playback.r=giles ---- - content/media/gstreamer/nsGStreamerReader.cpp | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git mozilla/content/media/gstreamer/nsGStreamerReader.cpp mozilla/content/media/gstreamer/nsGStreamerReader.cpp -index c48f92e..0fb801a 100644 ---- mozilla/content/media/gstreamer/nsGStreamerReader.cpp -+++ mozilla/content/media/gstreamer/nsGStreamerReader.cpp -@@ -130,8 +130,13 @@ nsresult nsGStreamerReader::Init(nsBuiltinDecoderReader* aCloneDonor) - gst_object_unref(sinkpad); - - mAudioSink = gst_parse_bin_from_description("capsfilter name=filter ! " -+#ifndef MOZ_TREMOR - "appsink name=audiosink sync=true caps=audio/x-raw-float," - "channels={1,2},rate=44100,width=32,endianness=1234", TRUE, NULL); -+#else -+ "appsink name=audiosink sync=true caps=audio/x-raw-int," -+ "channels={1,2},rate=48000,width=16,endianness=1234", TRUE, NULL); -+#endif - mAudioAppSink = GST_APP_SINK(gst_bin_get_by_name(GST_BIN(mAudioSink), - "audiosink")); - gst_app_sink_set_callbacks(mAudioAppSink, &mSinkCallbacks, |