Codice: Seleziona tutto
ERROR: pipeline could not be constructed: empty pipeline not allowed.
Moderatore: Staff

Codice: Seleziona tutto
ERROR: pipeline could not be constructed: empty pipeline not allowed.


Ciao, proprio ieri ho scaricato e ricompilato tutti i pacchetti gstreamer per la 12.1 utilizzando gli SlackBuild di slacky, per usare exaile comunque ti serve anche gst-python che almeno io non ho trovato su slacky. Tu che pacchetti hai preso?huvber ha scritto:nessuno sa spiegarmi che significa quell'errore?
io credo che sia a causa di quello che non riesco ad usare nessun programma basato su gstreamer (exaile per esempio)


huvber ha scritto:gst python non l'ho trovato neanche io... mi potresti dire dove lo trovo... anche solo i sorgenti

Codice: Seleziona tutto
bash-3.1# make
if test -f pygst.py; then chmod +w pygst.py; fi
sed -e "s|@PYGSTDIR\@|/root/gst-python-0.10.11|g" \
-e "s|@GST_MAJORMINOR\@|0.10|g" \
pygst.py.in > pygst.py
chmod -w pygst.py
make all-recursive
make[1]: Entering directory `/root/gst-python-0.10.11'
Making all in codegen
make[2]: Entering directory `/root/gst-python-0.10.11/codegen'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/gst-python-0.10.11/codegen'
Making all in gst
make[2]: Entering directory `/root/gst-python-0.10.11/gst'
Making all in extend
make[3]: Entering directory `/root/gst-python-0.10.11/gst/extend'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/gst-python-0.10.11/gst/extend'
make[3]: Entering directory `/root/gst-python-0.10.11/gst'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -fno-strict-aliasing -g -O2 -MT _gst_la-gst-argtypes.lo -MD -MP -MF ".deps/_gst_la-gst-argtypes.Tpo" -c -o _gst_la-gst-argtypes.lo `test -f 'gst-argtypes.c' || echo './'`gst-argtypes.c; \
then mv -f ".deps/_gst_la-gst-argtypes.Tpo" ".deps/_gst_la-gst-argtypes.Plo"; else rm -f ".deps/_gst_la-gst-argtypes.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -fno-strict-aliasing -g -O2 -MT _gst_la-gst-argtypes.lo -MD -MP -MF .deps/_gst_la-gst-argtypes.Tpo -c gst-argtypes.c -fPIC -DPIC -o .libs/_gst_la-gst-argtypes.o
In file included from gst-argtypes.c:26:
common.h:29:21: error: gst/gst.h: No such file or directory
In file included from common.h:32,
from gst-argtypes.c:26:
pygstminiobject.h:25: error: expected specifier-qualifier-list before 'GstMiniObject'
pygstminiobject.h:31: error: expected ')' before '*' token
In file included from gst-argtypes.c:26:
common.h:68: error: expected specifier-qualifier-list before 'GstIterator'
common.h:75: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
common.h:76: error: expected ')' before '*' token
gst-argtypes.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make[3]: *** [_gst_la-gst-argtypes.lo] Error 1
make[3]: Leaving directory `/root/gst-python-0.10.11/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/gst-python-0.10.11/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gst-python-0.10.11'
make: *** [all] Error 2
Codice: Seleziona tutto
bash-3.1# exaile
Traceback (most recent call last):
File "/usr/lib/exaile/exaile.py", line 144, in <module>
main()
File "/usr/lib/exaile/exaile.py", line 136, in main
exaile = exailemain.ExaileWindow(options, xl.path.firstrun)
File "/usr/lib/exaile/xl/gui/main.py", line 100, in __init__
self.player = player.ExailePlayer(self)
File "/usr/lib/exaile/xl/player.py", line 279, in __init__
GSTPlayer.__init__(self)
File "/usr/lib/exaile/xl/player.py", line 48, in __init__
self.setup_playbin()
File "/usr/lib/exaile/xl/player.py", line 424, in setup_playbin
GSTPlayer.setup_playbin(self)
File "/usr/lib/exaile/xl/player.py", line 51, in setup_playbin
self.playbin = gst.element_factory_make('playbin')
ElementNotFoundError: playbin

mm Io ho anche un pacchetto compilato per la 12 ma è 0.10.9 se vuoi te lo dohuvber ha scritto:quindi se me li compilo senza fare il pacchetto tgz dovrebbe andar bene lo stesso
EDIT provando a compilare mi da questo erroreCodice: Seleziona tutto
bash-3.1# make if test -f pygst.py; then chmod +w pygst.py; fi sed -e "s|@PYGSTDIR\@|/root/gst-python-0.10.11|g" \ -e "s|@GST_MAJORMINOR\@|0.10|g" \ pygst.py.in > pygst.py chmod -w pygst.py make all-recursive make[1]: Entering directory `/root/gst-python-0.10.11' Making all in codegen make[2]: Entering directory `/root/gst-python-0.10.11/codegen' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/gst-python-0.10.11/codegen' Making all in gst make[2]: Entering directory `/root/gst-python-0.10.11/gst' Making all in extend make[3]: Entering directory `/root/gst-python-0.10.11/gst/extend' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/gst-python-0.10.11/gst/extend' make[3]: Entering directory `/root/gst-python-0.10.11/gst' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -fno-strict-aliasing -g -O2 -MT _gst_la-gst-argtypes.lo -MD -MP -MF ".deps/_gst_la-gst-argtypes.Tpo" -c -o _gst_la-gst-argtypes.lo `test -f 'gst-argtypes.c' || echo './'`gst-argtypes.c; \ then mv -f ".deps/_gst_la-gst-argtypes.Tpo" ".deps/_gst_la-gst-argtypes.Plo"; else rm -f ".deps/_gst_la-gst-argtypes.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -fno-strict-aliasing -g -O2 -MT _gst_la-gst-argtypes.lo -MD -MP -MF .deps/_gst_la-gst-argtypes.Tpo -c gst-argtypes.c -fPIC -DPIC -o .libs/_gst_la-gst-argtypes.o In file included from gst-argtypes.c:26: common.h:29:21: error: gst/gst.h: No such file or directory In file included from common.h:32, from gst-argtypes.c:26: pygstminiobject.h:25: error: expected specifier-qualifier-list before 'GstMiniObject' pygstminiobject.h:31: error: expected ')' before '*' token In file included from gst-argtypes.c:26: common.h:68: error: expected specifier-qualifier-list before 'GstIterator' common.h:75: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token common.h:76: error: expected ')' before '*' token gst-argtypes.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token make[3]: *** [_gst_la-gst-argtypes.lo] Error 1 make[3]: Leaving directory `/root/gst-python-0.10.11/gst' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/gst-python-0.10.11/gst' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/gst-python-0.10.11' make: *** [all] Error 2

ma se non hai pygst non può mai funzionarehuvber ha scritto:
sul forum di exaile il tizio mi ha detto che mi manca il gstreamer-plugin base ma io ce l'ho

ok me lo provi a passared4z_c0nf ha scritto: mm Io ho anche un pacchetto compilato per la 12 ma è 0.10.9 se vuoi te lo do
a me funzionava

Inviato sulla casella di posta.huvber ha scritto:ok me lo provi a passared4z_c0nf ha scritto: mm Io ho anche un pacchetto compilato per la 12 ma è 0.10.9 se vuoi te lo do
a me funzionava

grazie mille ora provod4z_c0nf ha scritto:Inviato sulla casella di posta.huvber ha scritto:ok me lo provi a passared4z_c0nf ha scritto: mm Io ho anche un pacchetto compilato per la 12 ma è 0.10.9 se vuoi te lo do
a me funzionava
rock


mmhuvber ha scritto:non cambia nulla

ti spiego com'è andatad4z_c0nf ha scritto:mmhuvber ha scritto:non cambia nulla
ma hai installato tutti i pacchetti di gstreamer?
sono
gstreamer
gst-plugin-base/good/bad/ugly
gst-python
ovviamente questi hanno delle dipendenze, se non sei sicuro di aver soddisfatto tutte le dipendenze di questi pacchetti cerca su slacky i vari pacchetti, clicchi su download e vai in src del Repository per quel pacchetto e guardati un po' il file slackrequired.
Anche se slacky non segnala tutte le dipendenze di exaile, per esempio non segnala la dipendenza dai i plugin bad ugly e good.
Buona fortuna

A mano senza fare gli installer? mm quindi è probabile che tu abbia dei residui da qualche parte.huvber ha scritto:ti spiego com'è andatad4z_c0nf ha scritto:mmhuvber ha scritto:non cambia nulla
ma hai installato tutti i pacchetti di gstreamer?
sono
gstreamer
gst-plugin-base/good/bad/ugly
gst-python
ovviamente questi hanno delle dipendenze, se non sei sicuro di aver soddisfatto tutte le dipendenze di questi pacchetti cerca su slacky i vari pacchetti, clicchi su download e vai in src del Repository per quel pacchetto e guardati un po' il file slackrequired.
Anche se slacky non segnala tutte le dipendenze di exaile, per esempio non segnala la dipendenza dai i plugin bad ugly e good.
Buona fortuna
ho installato tutti i pachetti e la gui di exaile partiva
ma non leggeva gli mp3
e mi dava un errore di gstreamer
allora ho provato a compilarli a mano e ora non parte neanche + la gui