* [devel] palemoon и GStreamer
@ 2016-02-15 10:18 Хихин Руслан
2016-02-15 21:12 ` Hihin Ruslan
0 siblings, 1 reply; 8+ messages in thread
From: Хихин Руслан @ 2016-02-15 10:18 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
Прошу "помощь зала"
На youtube новая версия palemoon работает только с низким разрешением.
Из рецепта апстрима, нужно что-бы с ним в паре работал GStreamer 0.10. Вроде
всё сделал праильно, но всё равно не работает.
Мой git,
http://git.altlinux.org/people/ruslandh/packages/palemoon.git
Обсуждение на форуме:
https://forum.altlinux.org/index.php?topic=34864.465
Извините за беспокойство, просто все выходные голову ломал, а толку никакого.
Должен он работать, там даже макефайлах прописано, что если сборка для Linux,
должен линковаться автоматом с GStreamer.Я ещё и руками эту опцию добавил, а
толку никакого :(
--
C уважением, Хихин Руслан.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] palemoon и GStreamer
2016-02-15 10:18 [devel] palemoon и GStreamer Хихин Руслан
@ 2016-02-15 21:12 ` Hihin Ruslan
2016-02-16 12:07 ` Sergey V Turchin
0 siblings, 1 reply; 8+ messages in thread
From: Hihin Ruslan @ 2016-02-15 21:12 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]
Здравствуйте Хихин Руслан
В сообщении от 15 февраля 2016 Хихин Руслан написал(a):
> Прошу "помощь зала"
.....
> Извините за беспокойство, просто все выходные голову ломал, а
> толку никакого.
>
> Должен он работать, там даже макефайлах прописано, что если
> сборк
> а для Linux, должен линковаться автоматом с GStreamer.Я
> ещё и руками эту опцию добавил, а толку никакого :(
Странно, что в полученном файле ничего нет про GStreamer:
$ ldd palemoon-bin
linux-vdso.so.1 (0x00007ffdcc759000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fd875ee7000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6
(0x00007fd875b67000)
libm.so.6 => /lib64/libm.so.6 (0x00007fd875867000)
libpthread.so.0 => /lib64/libpthread.so.0
(0x00007fd875647000)
libc.so.6 => /lib64/libc.so.6 (0x00007fd87529f000)
/lib64/ld-linux-x86-64.so.2 (0x0000559ab4e56000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1
(0x00007fd875087000)
--
А ещё говорят так (fortune):
We're only in it for the volume. -- Black Sabbath
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] palemoon и GStreamer
2016-02-15 21:12 ` Hihin Ruslan
@ 2016-02-16 12:07 ` Sergey V Turchin
2016-02-16 17:40 ` Hihin Ruslan
0 siblings, 1 reply; 8+ messages in thread
From: Sergey V Turchin @ 2016-02-16 12:07 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Tuesday, 16 February 2016 00:12:45 MSK Hihin Ruslan wrote:
[...]
> Странно, что в полученном файле ничего нет про GStreamer:
strings palemoon/libxul.so | grep -i gstreamer
[...]
--
Regards, Sergey. ALT Linux, http://www.altlinux.ru/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] palemoon и GStreamer
2016-02-16 12:07 ` Sergey V Turchin
@ 2016-02-16 17:40 ` Hihin Ruslan
2016-02-17 10:01 ` Sergey V Turchin
0 siblings, 1 reply; 8+ messages in thread
From: Hihin Ruslan @ 2016-02-16 17:40 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
Здравствуйте Sergey V Turchin
В сообщении от 16 февраля 2016 Sergey V Turchin написал(a):
> On Tuesday, 16 February 2016 00:12:45 MSK Hihin Ruslan wrote:
>
> [...]
>
> > Странно, что в полученном файле ничего нет про GStreamer:
>
> strings palemoon/libxul.so | grep -i gstreamer
>
> [...]
Спасибо, тогда вообще не пойму что делать:
$ strings libxul.so | grep -i gstreamer
media.prefer-gstreamer
media.gstreamer.enabled
libgstreamer-0.10.so.0
--
А ещё говорят так (fortune):
Living on Earth may be expensive, but it includes an annual free
trip around the Sun.
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] palemoon и GStreamer
2016-02-16 17:40 ` Hihin Ruslan
@ 2016-02-17 10:01 ` Sergey V Turchin
2016-02-17 21:13 ` Hihin Ruslan
0 siblings, 1 reply; 8+ messages in thread
From: Sergey V Turchin @ 2016-02-17 10:01 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Tuesday, 16 February 2016 20:40:39 MSK Hihin Ruslan wrote:
[...]
> Спасибо, тогда вообще не пойму что делать:
[...]
> media.gstreamer.enabled
Включить.
[...]
--
Regards, Sergey. ALT Linux, http://www.altlinux.ru/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] palemoon и GStreamer
2016-02-17 10:01 ` Sergey V Turchin
@ 2016-02-17 21:13 ` Hihin Ruslan
2016-02-18 12:16 ` Sergey V Turchin
0 siblings, 1 reply; 8+ messages in thread
From: Hihin Ruslan @ 2016-02-17 21:13 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 727 bytes --]
Здравствуйте Sergey V Turchin
В сообщении от 17 февраля 2016 Sergey V Turchin написал(a):
> On Tuesday, 16 February 2016 20:40:39 MSK Hihin Ruslan wrote:
>
> [...]
>
> > Спасибо, тогда вообще не пойму что делать:
>
> [...]
>
> > media.gstreamer.enabled
>
> Включить.
> [...]
Он вообще-то должен быть включен ;-(
configure.in:
if test "$OS_TARGET" = "Linux"; then
MOZ_GSTREAMER=1
fi
......
MediaDecoder.cpp :
#ifdef MOZ_GSTREAMER
bool
MediaDecoder::IsGStreamerEnabled()
{
return Preferences::GetBool("media.gstreamer.enabled");
}
#endif
--
А ещё говорят так (fortune):
But they went to MARS around 1953!!
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] palemoon и GStreamer
2016-02-17 21:13 ` Hihin Ruslan
@ 2016-02-18 12:16 ` Sergey V Turchin
2016-02-18 20:59 ` Hihin Ruslan
0 siblings, 1 reply; 8+ messages in thread
From: Sergey V Turchin @ 2016-02-18 12:16 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Thursday, 18 February 2016 00:13:12 MSK Hihin Ruslan wrote:
> Здравствуйте Sergey V Turchin
>
> В сообщении от 17 февраля 2016 Sergey V Turchin написал(a):
> > On Tuesday, 16 February 2016 20:40:39 MSK Hihin Ruslan wrote:
> >
> > [...]
> >
> > > Спасибо, тогда вообще не пойму что делать:
> > [...]
> >
> > > media.gstreamer.enabled
> >
> > Включить.
> > [...]
>
> Он вообще-то должен быть включен ;-(
Не встречал у нас такого ни в palemoon, ни в firefox(когда он был c
gstreamer-0.10).
> configure.in:
>
> if test "$OS_TARGET" = "Linux"; then
> MOZ_GSTREAMER=1
> fi
>
> ......
>
> MediaDecoder.cpp :
> #ifdef MOZ_GSTREAMER
> bool
> MediaDecoder::IsGStreamerEnabled()
> {
> return Preferences::GetBool("media.gstreamer.enabled");
> }
> #endif
Перевожу на русский: "дай мне булевое значение опции media.gstreamer.enabled".
--
Regards, Sergey. ALT Linux, http://www.altlinux.ru/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] palemoon и GStreamer
2016-02-18 12:16 ` Sergey V Turchin
@ 2016-02-18 20:59 ` Hihin Ruslan
0 siblings, 0 replies; 8+ messages in thread
From: Hihin Ruslan @ 2016-02-18 20:59 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
Здравствуйте Sergey V Turchin
В сообщении от 18 февраля 2016 Sergey V Turchin написал(a):
> On Thursday, 18 February 2016 00:13:12 MSK Hihin Ruslan wrote:
> > Здравствуйте Sergey V Turchin
>
> Перевожу на русский: "дай мне булевое значение опции
> media.gstreamer.enabled".
Спасибо, дошло :)
--
А ещё говорят так (fortune):
Friction is a drag.
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-02-18 20:59 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 10:18 [devel] palemoon и GStreamer Хихин Руслан
2016-02-15 21:12 ` Hihin Ruslan
2016-02-16 12:07 ` Sergey V Turchin
2016-02-16 17:40 ` Hihin Ruslan
2016-02-17 10:01 ` Sergey V Turchin
2016-02-17 21:13 ` Hihin Ruslan
2016-02-18 12:16 ` Sergey V Turchin
2016-02-18 20:59 ` Hihin Ruslan
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git