Hello list,
I'd like to experiment the pdgst lib, it seems very powerful! I am on osx and before I try to compile everything, is there someone that has already build the lib on osx 10.5 or 10.6? Having some help or a binary would be very helpful.
In the other case are there any indication for compiling the sources? I can't find any on the pdgst svn.
Thanks in advance Nicolas
On 2010-09-20 16:27, Nicolas Montgermont wrote:
Hello list,
I'd like to experiment the pdgst lib, it seems very powerful! I am on osx and before I try to compile everything, is there someone that has already build the lib on osx 10.5 or 10.6? Having some help or a binary would be very helpful.
In the other case are there any indication for compiling the sources? I can't find any on the pdgst svn.
do you have gstreamer running for osx?
if so, compiling pdgst shouldn't be a problem.
fgamsdr IOhannes
Le 20/09/10 21:58, IOhannes m zmoelnig a écrit :
do you have gstreamer running for osx?
yes it seems so,
I have installed the 0.10.24-1 version with fink and when i run this test (found here : http://www.linuxfromscratch.org/blfs/view/cvs/multimedia/gstreamer.html) : gst-launch -v fakesrc num_buffers=5 ! fakesink
I have:
Liszt:~ ncio$ gst-launch -v fakesrc num_buffers=5 ! fakesink
Définition du pipeline à PAUSED...
Le pipeline est en phase de PREROLL...
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "get
******* > ( 0 bytes, timestamp: none, duration: none, offset: 0,
offset_end: -1, flags: 0) 0x5e6038"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "preroll
******* "
Le pipeline a terminé la phase PREROLL...
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event
******* E (type: 102, GstEventNewsegment, update=(boolean)false,
rate=(double)1, applied-rate=(double)1,
format=(GstFormat)GST_FORMAT_BYTES, start=(gint64)0, stop=(gint64)-1,
position=(gint64)0;) 0x2e140"
Passage du pipeline à la phase PLAYING...
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "event
******* E (type: 289, GstEventLatency, latency=(guint64)0;) 0x2e2d0"
New clock: GstSystemClock
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain
******* < ( 0 bytes, timestamp: 0:00:00.000000000, duration: none,
offset: 0, offset_end: -1, flags: 32) 0x5e6038"
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "get
******* > ( 0 bytes, timestamp: none, duration: none, offset: 1,
offset_end: -1, flags: 0) 0x5e6088"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain
******* < ( 0 bytes, timestamp: 0:00:00.000000000, duration: none,
offset: 1, offset_end: -1, flags: 0) 0x5e6088"
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "get
******* > ( 0 bytes, timestamp: none, duration: none, offset: 2,
offset_end: -1, flags: 0) 0x5e60d8"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain
******* < ( 0 bytes, timestamp: 0:00:00.000000000, duration: none,
offset: 2, offset_end: -1, flags: 0) 0x5e60d8"
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "get
******* > ( 0 bytes, timestamp: none, duration: none, offset: 3,
offset_end: -1, flags: 0) 0x5e6128"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain
******* < ( 0 bytes, timestamp: 0:00:00.000000000, duration: none,
offset: 3, offset_end: -1, flags: 0) 0x5e6128"
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "get
******* > ( 0 bytes, timestamp: none, duration: none, offset: 4,
offset_end: -1, flags: 0) 0x5e6178"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain
******* < ( 0 bytes, timestamp: 0:00:00.000000000, duration: none,
offset: 4, offset_end: -1, flags: 0) 0x5e6178"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event
******* E (type: 86, ) 0x2e140"
EOS reçu de l'élément « pipeline0 ».
Execution ended after 1123000 ns.
Définition du pipeline à PAUSED...
Définition du pipeline à READY (prêt)...
Définition du pipeline à NULL...
Libération du pipeline...
what is the next step? Thanks,
Nicolas
On 2010-09-21 12:15, Nicolas Montgermont wrote:
what is the next step?
make sure you have the -devel packages installed as well (gstreamer0.10-devel, gstreamer0.10-plugins-devel).
then get the newest pdgst (i just fixed a couple of minor issues)
then go to pdgst/src, set the PD_SRC, GEM_SRC, SYSTEM*FLAGS and EXT to match the OSX-specific settings.
something like: $ make PD_SRC=/path/to/pd/src GEM_SRC=/path/to/gem EXT=pd_darwin EXT=pd_darwin SYSTEMCFLAGS="-fPIC" SYSTEMLDFLAGS="-bundle -undefined dynamic_lookup"
yes it's not very comfortable, and totally untested.
fgamdr IOhannes
Thanks,
Nicolas
OK i'm installing the dev packages as well. (very long on osx) In fink there are labeled: gstreamer-dev 0.8.12-1029 but i can't see no plugins-dev... i'll try to compile after that and get back to you if problem.
thx for your help. n
Le 21/09/10 14:52, IOhannes m zmoelnig a écrit :
On 2010-09-21 12:15, Nicolas Montgermont wrote:
what is the next step?
make sure you have the -devel packages installed as well (gstreamer0.10-devel, gstreamer0.10-plugins-devel).
then get the newest pdgst (i just fixed a couple of minor issues)
then go to pdgst/src, set the PD_SRC, GEM_SRC, SYSTEM*FLAGS and EXT to match the OSX-specific settings.
something like: $ make PD_SRC=/path/to/pd/src GEM_SRC=/path/to/gem EXT=pd_darwin EXT=pd_darwin SYSTEMCFLAGS="-fPIC" SYSTEMLDFLAGS="-bundle -undefined dynamic_lookup"
yes it's not very comfortable, and totally untested.
fgamdr IOhannes
Thanks,
Nicolas
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
OK i'm installing the dev packages as well. (very long on osx) In fink there are labeled: gstreamer-dev 0.8.12-1029 but i can't see no plugins-dev... after that , i checkout last pdgst, try to compile following your instructions and get back to you.
thx for your help. n
Le 21/09/10 14:52, IOhannes m zmoelnig a écrit :
On 2010-09-21 12:15, Nicolas Montgermont wrote:
what is the next step?
make sure you have the -devel packages installed as well (gstreamer0.10-devel, gstreamer0.10-plugins-devel).
then get the newest pdgst (i just fixed a couple of minor issues)
then go to pdgst/src, set the PD_SRC, GEM_SRC, SYSTEM*FLAGS and EXT to match the OSX-specific settings.
something like: $ make PD_SRC=/path/to/pd/src GEM_SRC=/path/to/gem EXT=pd_darwin EXT=pd_darwin SYSTEMCFLAGS="-fPIC" SYSTEMLDFLAGS="-bundle -undefined dynamic_lookup"
yes it's not very comfortable, and totally untested.
fgamdr IOhannes
Thanks,
Nicolas
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 2010-09-22 10:06, Nicolas Montgermont wrote:
OK i'm installing the dev packages as well. (very long on osx) In fink there are labeled: gstreamer-dev 0.8.12-1029
no, you need gstreamer-0.10 (i think development on gstreamer-0.8 has been stopped about 6 years ago)
fgmasdr IOhannes
ok my fault. now i have installed: gstreamer-0.10 gstreamer-0.10-dev gstreamer-0.10-shlibs
but it is missing the plugins package, maybe the shlibs is the same? trying to compile in pdgst/src gives:
Liszt:src ncio$ make PD_SRC=/Applications/Pd-extended.app/Contents/Resources/include/ GEM_SRC=/Applications/Pd-extended.app/Contents/Resources/include/Base/ EXT=pd_darwin EXT=pd_darwin SYSTEMCFLAGS="-fPIC" SYSTEMLDFLAGS="-bundle -undefined dynamic_lookup" Package gstreamer-plugins-base-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-plugins-base-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-plugins-base-0.10' found gcc -g -O2 -fPIC -DPD -I/sw/include/gstreamer-0.10 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include -DPDGST_PLUGIN -I/sw/include -I/Applications/Pd-extended.app/Contents/Resources/include/ -I../include -o audio/pdgst_adc~.o -c audio/pdgst_adc~.c audio/pdgst_adc~.c:22:2: warning: #warning add docs audio/pdgst_adc~.c:26:32: error: gst/app/gstappsink.h: No such file or directory audio/pdgst_adc~.c: In function 'pdgst_adc_perform': audio/pdgst_adc~.c:50: error: 'GstAppSink' undeclared (first use in this function) audio/pdgst_adc~.c:50: error: (Each undeclared identifier is reported only once audio/pdgst_adc~.c:50: error: for each function it appears in.) audio/pdgst_adc~.c:50: error: 'sink' undeclared (first use in this function) audio/pdgst_adc~.c:62: warning: assignment makes pointer from integer without a cast audio/pdgst_adc~.c: In function 'pdgst_adc_new': audio/pdgst_adc~.c:140: error: 'GstAppSink' undeclared (first use in this function) audio/pdgst_adc~.c:140: error: 'sink' undeclared (first use in this function) audio/pdgst_adc~.c:200:2: warning: #warning _info hack make: *** [audio/pdgst_adc~.o] Error 1
in /sw/lib i have this from gstreamer: /sw/lib/libgstbase-0.10.0.dylib /sw/lib/libgstbase-0.10.dylib /sw/lib/libgstbase-0.10.la /sw/lib/libgstcontroller-0.10.0.dylib /sw/lib/libgstcontroller-0.10.dylib /sw/lib/libgstcontroller-0.10.la /sw/lib/libgstdataprotocol-0.10.0.dylib /sw/lib/libgstdataprotocol-0.10.dylib /sw/lib/libgstdataprotocol-0.10.la /sw/lib/libgstnet-0.10.0.dylib /sw/lib/libgstnet-0.10.dylib /sw/lib/libgstnet-0.10.la /sw/lib/libgstreamer-0.10.0.dylib /sw/lib/libgstreamer-0.10.dylib /sw/lib/libgstreamer-0.10.la
and in /sw/include/gstreamer-0.10/gst :
base/ gstcompat.h gstindexfactory.h
gstparse.h gsttagsetter.h
controller/ gstconfig.h gstinfo.h
gstpipeline.h gsttask.h
dataprotocol/ gstdebugutils.h gstinterface.h
gstplugin.h gsttaskpool.h
glib-compat.h gstelement.h gstiterator.h
gstpluginfeature.h gsttrace.h
gst.h gstelementfactory.h gstmacros.h
gstpoll.h gsttypefind.h
gstbin.h gstenumtypes.h gstmarshal.h
gstpreset.h gsttypefindfactory.h
gstbuffer.h gsterror.h gstmessage.h
gstquery.h gsturi.h
gstbufferlist.h gstevent.h gstminiobject.h
gstregistry.h gstutils.h
gstbus.h gstfilter.h gstobject.h
gstsegment.h gstvalue.h
gstcaps.h gstformat.h gstpad.h
gststructure.h gstversion.h
gstchildproxy.h gstghostpad.h gstpadtemplate.h
gstsystemclock.h gstxml.h
gstclock.h gstindex.h gstparamspecs.h
gsttaglist.h net/
can i try to link to libgstbase-0.10 instead of gstreamer-plugins-base-0.10? not sure how to do that though...
thx
n
Le 22/09/10 10:17, IOhannes m zmoelnig a écrit :
On 2010-09-22 10:06, Nicolas Montgermont wrote:
OK i'm installing the dev packages as well. (very long on osx) In fink there are labeled: gstreamer-dev 0.8.12-1029
no, you need gstreamer-0.10 (i think development on gstreamer-0.8 has been stopped about 6 years ago)
fgmasdr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 22/09/10 10:57, Nicolas Montgermont a écrit :
but it is missing the plugins package,
ok i get them under the name: gst-plugins-base-0.10 i install all that and try to compile n
I have installed the gst-plugins-0.10 package, it normally contains all the plugins (it needed an update of xcode by the way) Trying to compile now gives:
Liszt:src ncio$ make PD_SRC=/Applications/Pd-extended.app/Contents/Resources/include/pd GEM_SRC=/Applications/Pd-extended.app/Contents/Resources/include/Base/ EXT=pd_darwin SYSTEMCFLAGS="-fPIC" SYSTEMLDFLAGS="-bundle -undefined dynamic_lookup" gcc -shared -lc -lm -L/sw/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -lintl -lgstapp-0.10 -lgstaudio-0.10 -L/sw/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -lintl -o pdgst.pd_darwin audio/pdgst_adc~.o audio/pdgst_dac~.o gvalue.o loop.o pdgst.o pdgst_base.o pdgst_capsfilter.o pdgst_element.o properties.o setup.o Undefined symbols: "_clock_new", referenced from: _pdgst_loop_setup in loop.o "_gst_adapter_take", referenced from: _pdgst_adc_perform in pdgst_adc~.o "_s_signal", referenced from: _s_signal$non_lazy_ptr in pdgst_dac~.o "_getbytes", referenced from: _pdgst_adc_perform in pdgst_adc~.o _pdgst_adc_dsp in pdgst_adc~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_dsp in pdgst_dac~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__gvalue2atom in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst_loop_setup in loop.o _pdgst_base__gstout_mess in pdgst_base.o _pdgst_base__infoout_mess in pdgst_base.o _pdgst_element_setup_class in pdgst_element.o _pdgst_addproperty in properties.o "_class_new", referenced from: _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst__setup in pdgst.o _pdgst_capsfilter_setup in pdgst_capsfilter.o _pdgst_element_setup_class in pdgst_element.o "_binbuf_new", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_class_addmethod", referenced from: _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst_capsfilter_setup in pdgst_capsfilter.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o "_binbuf_getvec", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_pd_unbind", referenced from: pdgst_base(float, long double,...)(...)in pdgst_base.o pdgst_base(float, long double,...)(...)in pdgst_base.o pdgst_base(float, long double,...)(...)in pdgst_base.o "_class_domainsignalin", referenced from: _pdgst_dac_tilde_setup in pdgst_dac~.o "_error", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__atom2gvalue in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst_loop_setup in loop.o _pdgst_bin_remove in pdgst.o _pdgst_loader_init in pdgst.o _pdgst_loader_init in pdgst.o _pdgst_loader_init in pdgst.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__buscallback in pdgst_base.o _pdgst_element__new in pdgst_element.o "_gst_adapter_push", referenced from: _pdgst_adc_perform in pdgst_adc~.o "_gensym", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_adc_new in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst__gvalue2atom in gvalue.o pdgst(long double,...)(bool, int __restrict, long, double)in pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst_base__connect_init in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__getParam in pdgst_base.o _pdgst_base__taglist_foreach in pdgst_base.o _pdgst_base__taglist_foreach in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__padcb_added in pdgst_base.o _pdgst_base__padcb_added in pdgst_base.o _pdgst_base__padcb_removed in pdgst_base.o _pdgst_base__padcb_removed in pdgst_base.o _pdgst_base__bindsym in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_capsfilter_setup in pdgst_capsfilter.o _pdgst_element__new in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_addproperty in properties.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_privatesymbol in setup.o "_outlet_free", referenced from: pdgst(float, long double,...)(...)in pdgst.o pdgst_base(float, long double,...)(...)in pdgst_base.o pdgst_base(float, long double,...)(...)in pdgst_base.o "_dsp_addv", referenced from: _pdgst_adc_dsp in pdgst_adc~.o _pdgst_dac_dsp in pdgst_dac~.o "_clock_delay", referenced from: _pdgst_loop_tick in loop.o _pdgst_loop_setup in loop.o "_freebytes", referenced from: _pdgst_adc_dsp in pdgst_adc~.o _pdgst_dac_dsp in pdgst_dac~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__gvalue2atom in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst_base__gstout_mess in pdgst_base.o _pdgst_base__infoout_mess in pdgst_base.o _pdgst_killproperties in properties.o "_atom_getsymbol", referenced from: _pdgst__atom2gvalue in gvalue.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_element__findnextkey in pdgst_element.o _pdgst_element__new in pdgst_element.o "_atom_getfloat", referenced from: _pdgst__atom2gvalue in gvalue.o "_pd_error", referenced from: _pdgst_adc_any in pdgst_adc~.o _pdgst_adc_any in pdgst_adc~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_any in pdgst_dac~.o _pdgst_dac_any in pdgst_dac~.o _pdgst_bin_add in pdgst.o _pdgst__save in pdgst.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__setParam in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__padcb_added in pdgst_base.o _pdgst_base__padcb_removed in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_element__any in pdgst_element.o _pdgst_element__any in pdgst_element.o "_gst_adapter_available", referenced from: _pdgst_adc_perform in pdgst_adc~.o _pdgst_adc_perform in pdgst_adc~.o "_class_addanything", referenced from: _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_tilde_setup in pdgst_dac~.o "_sys_getsr", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o "_class_addbang", referenced from: _pdgst__setup in pdgst.o _pdgst_capsfilter_setup in pdgst_capsfilter.o "_pd_typedmess", referenced from: _pdgst__send_ in pdgst.o "_outlet_new", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst__new in pdgst.o _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o "_atom_getint", referenced from: _pdgst__atom2gvalue in gvalue.o "_gst_adapter_new", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_adc_new in pdgst_adc~.o "_pd_new", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__new in pdgst.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_element__new in pdgst_element.o "_endpost", referenced from: _pdgst__atom2gvalue in gvalue.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o "_postatom", referenced from: _pdgst__atom2gvalue in gvalue.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o "_main", referenced from: start in crt1.10.5.o "_post", referenced from: _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_capsfilter__bang in pdgst_capsfilter.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_element__seek in pdgst_element.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o "_binbuf_text", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_sys_register_loader", referenced from: _pdgst_loader_init in pdgst.o "_outlet_anything", referenced from: _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o "_outlet_list", referenced from: _pdgst_base__infoout in pdgst_base.o "_binbuf_getnatom", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_inlet_new", referenced from: _pdgst_dac_new in pdgst_dac~.o "_s_", referenced from: _s_$non_lazy_ptr in gvalue.o "_startpost", referenced from: _pdgst__atom2gvalue in gvalue.o "_class_doaddfloat", referenced from: _pdgst__setup in pdgst.o "_pd_bind", referenced from: _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o "_verbose", referenced from: _pdgst_adc_any in pdgst_adc~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_any in pdgst_dac~.o _pdgst__send_ in pdgst.o _pdgst_bin_remove in pdgst.o _pdgst_bin_remove in pdgst.o _pdgst_bin_remove in pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in pdgst.o _cb_message_error in pdgst.o _cb_message_error in pdgst.o _pdgst_pushlocale in pdgst.o _pdgst_poplocale in pdgst.o _pdgst_base__buscallback in pdgst_base.o _pdgst_base__buscallback in pdgst_base.o _pdgst_element__any in pdgst_element.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [pdgst.pd_darwin] Error 1 Liszt:src ncio$
It seems pd related errors, no? I'm compiling against the Pd-extended release from the 10 sep: Pd 0.42.5 GEM 0.92.3
thx n
This is for making plugins/shared libs on GNU/Linux: gcc -shared
on Mac OS X its should be: gcc -bundle -undefined dynamic_lookup
.hc
On Sep 22, 2010, at 9:31 AM, Nicolas Montgermont wrote:
I have installed the gst-plugins-0.10 package, it normally contains
all the plugins (it needed an update of xcode by the way) Trying to compile now gives:Liszt:src ncio$ make PD_SRC=/Applications/Pd-extended.app/Contents/ Resources/include/pd GEM_SRC=/Applications/Pd-extended.app/Contents/ Resources/include/Base/ EXT=pd_darwin SYSTEMCFLAGS="-fPIC"
SYSTEMLDFLAGS="-bundle -undefined dynamic_lookup" gcc -shared -lc -lm -L/sw/lib -lgstreamer-0.10 -lgobject-2.0 - lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -lintl -lgstapp-0.10 - lgstaudio-0.10 -L/sw/lib -lgstreamer-0.10 -lgobject-2.0 - lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -lintl -o
pdgst.pd_darwin audio/pdgst_adc~.o audio/pdgst_dac~.o gvalue.o
loop.o pdgst.o pdgst_base.o pdgst_capsfilter.o pdgst_element.o
properties.o setup.o Undefined symbols: "_clock_new", referenced from: _pdgst_loop_setup in loop.o "_gst_adapter_take", referenced from: _pdgst_adc_perform in pdgst_adc~.o "_s_signal", referenced from: _s_signal$non_lazy_ptr in pdgst_dac~.o "_getbytes", referenced from: _pdgst_adc_perform in pdgst_adc~.o _pdgst_adc_dsp in pdgst_adc~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_dsp in pdgst_dac~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__gvalue2atom in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst_loop_setup in loop.o _pdgst_base__gstout_mess in pdgst_base.o _pdgst_base__infoout_mess in pdgst_base.o _pdgst_element_setup_class in pdgst_element.o _pdgst_addproperty in properties.o "_class_new", referenced from: _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst__setup in pdgst.o _pdgst_capsfilter_setup in pdgst_capsfilter.o _pdgst_element_setup_class in pdgst_element.o "_binbuf_new", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_class_addmethod", referenced from: _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst_capsfilter_setup in pdgst_capsfilter.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o "_binbuf_getvec", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_pd_unbind", referenced from: pdgst_base(float, long double,...)(...)in pdgst_base.o pdgst_base(float, long double,...)(...)in pdgst_base.o pdgst_base(float, long double,...)(...)in pdgst_base.o "_class_domainsignalin", referenced from: _pdgst_dac_tilde_setup in pdgst_dac~.o "_error", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__atom2gvalue in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst_loop_setup in loop.o _pdgst_bin_remove in pdgst.o _pdgst_loader_init in pdgst.o _pdgst_loader_init in pdgst.o _pdgst_loader_init in pdgst.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__buscallback in pdgst_base.o _pdgst_element__new in pdgst_element.o "_gst_adapter_push", referenced from: _pdgst_adc_perform in pdgst_adc~.o "_gensym", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_adc_new in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst_dac_tilde_setup in pdgst_dac~.o _pdgst__gvalue2atom in gvalue.o pdgst(long double,...)(bool, int __restrict, long, double)in
pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in
pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in
pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst__setup in pdgst.o _pdgst_base__connect_init in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__getParam in pdgst_base.o _pdgst_base__taglist_foreach in pdgst_base.o _pdgst_base__taglist_foreach in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__padcb_added in pdgst_base.o _pdgst_base__padcb_added in pdgst_base.o _pdgst_base__padcb_removed in pdgst_base.o _pdgst_base__padcb_removed in pdgst_base.o _pdgst_base__bindsym in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_capsfilter_setup in pdgst_capsfilter.o _pdgst_element__new in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_element_setup_class in pdgst_element.o _pdgst_addproperty in properties.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_privatesymbol in setup.o "_outlet_free", referenced from: pdgst(float, long double,...)(...)in pdgst.o pdgst_base(float, long double,...)(...)in pdgst_base.o pdgst_base(float, long double,...)(...)in pdgst_base.o "_dsp_addv", referenced from: _pdgst_adc_dsp in pdgst_adc~.o _pdgst_dac_dsp in pdgst_dac~.o "_clock_delay", referenced from: _pdgst_loop_tick in loop.o _pdgst_loop_setup in loop.o "_freebytes", referenced from: _pdgst_adc_dsp in pdgst_adc~.o _pdgst_dac_dsp in pdgst_dac~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__gvalue2atom in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst__atom2gvalue in gvalue.o _pdgst_base__gstout_mess in pdgst_base.o _pdgst_base__infoout_mess in pdgst_base.o _pdgst_killproperties in properties.o "_atom_getsymbol", referenced from: _pdgst__atom2gvalue in gvalue.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_element__findnextkey in pdgst_element.o _pdgst_element__new in pdgst_element.o "_atom_getfloat", referenced from: _pdgst__atom2gvalue in gvalue.o "_pd_error", referenced from: _pdgst_adc_any in pdgst_adc~.o _pdgst_adc_any in pdgst_adc~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_any in pdgst_dac~.o _pdgst_dac_any in pdgst_dac~.o _pdgst_bin_add in pdgst.o _pdgst__save in pdgst.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__setParam in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__padcb_added in pdgst_base.o _pdgst_base__padcb_removed in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_element__any in pdgst_element.o _pdgst_element__any in pdgst_element.o "_gst_adapter_available", referenced from: _pdgst_adc_perform in pdgst_adc~.o _pdgst_adc_perform in pdgst_adc~.o "_class_addanything", referenced from: _pdgst_adc_tilde_setup in pdgst_adc~.o _pdgst_dac_tilde_setup in pdgst_dac~.o "_sys_getsr", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o "_class_addbang", referenced from: _pdgst__setup in pdgst.o _pdgst_capsfilter_setup in pdgst_capsfilter.o "_pd_typedmess", referenced from: _pdgst__send_ in pdgst.o "_outlet_new", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst__new in pdgst.o _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o "_atom_getint", referenced from: _pdgst__atom2gvalue in gvalue.o "_gst_adapter_new", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_adc_new in pdgst_adc~.o "_pd_new", referenced from: _pdgst_adc_new in pdgst_adc~.o _pdgst_dac_new in pdgst_dac~.o _pdgst__new in pdgst.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_element__new in pdgst_element.o "_endpost", referenced from: _pdgst__atom2gvalue in gvalue.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o "_postatom", referenced from: _pdgst__atom2gvalue in gvalue.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o "_main", referenced from: start in crt1.10.5.o "_post", referenced from: _pdgst_base__gstMess in pdgst_base.o _pdgst_base__gstMess in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_base__busmsg in pdgst_base.o _pdgst_capsfilter__bang in pdgst_capsfilter.o _pdgst_capsfilter__new in pdgst_capsfilter.o _pdgst_element__seek in pdgst_element.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o _pdgst_setup in setup.o "_binbuf_text", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_sys_register_loader", referenced from: _pdgst_loader_init in pdgst.o "_outlet_anything", referenced from: _pdgst_base__gstout in pdgst_base.o _pdgst_base__infoout in pdgst_base.o "_outlet_list", referenced from: _pdgst_base__infoout in pdgst_base.o "_binbuf_getnatom", referenced from: _pdgst_capsfilter__new in pdgst_capsfilter.o "_inlet_new", referenced from: _pdgst_dac_new in pdgst_dac~.o "_s_", referenced from: _s_$non_lazy_ptr in gvalue.o "_startpost", referenced from: _pdgst__atom2gvalue in gvalue.o "_class_doaddfloat", referenced from: _pdgst__setup in pdgst.o "_pd_bind", referenced from: _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o _pdgst_base__new in pdgst_base.o "_verbose", referenced from: _pdgst_adc_any in pdgst_adc~.o _pdgst_dac_perform in pdgst_dac~.o _pdgst_dac_any in pdgst_dac~.o _pdgst__send_ in pdgst.o _pdgst_bin_remove in pdgst.o _pdgst_bin_remove in pdgst.o _pdgst_bin_remove in pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in
pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in
pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in
pdgst.o pdgst(long double,...)(bool, int __restrict, long, double)in
pdgst.o _cb_message_error in pdgst.o _cb_message_error in pdgst.o _pdgst_pushlocale in pdgst.o _pdgst_poplocale in pdgst.o _pdgst_base__buscallback in pdgst_base.o _pdgst_base__buscallback in pdgst_base.o _pdgst_element__any in pdgst_element.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [pdgst.pd_darwin] Error 1 Liszt:src ncio$It seems pd related errors, no? I'm compiling against the Pd- extended release from the 10 sep: Pd 0.42.5 GEM 0.92.3
thx n -- http://nim.on.free.fr
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"A cellphone to me is just an opportunity to be irritated wherever you
are." - Linus Torvalds
ok cool. hacking the makefile in pdgst/src replacing "-shared" by "-bundle -undefined dynamic_lookup" allow the code to compile without errors. Now if i open pdgst-help.pd, here is the log: -- pdgst $Revision: 0.0 $ (copyleft) IOhannes m zmoelnig @ IEM / KUG compiled on Sep 22 2010 at 17:11:19 compiled against Pd version 0.42.5.extended-rc6 [multiline_tilde] part of zexy-2.2.3 (compiled: Sep 10 2010) Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM infoprint caps ... couldn't create infoprint shout2send ... couldn't create infoprint theora ... couldn't create infoprint ogg ... couldn't create infoprint audio ... couldn't create infoprint vorbis ... couldn't create infoprint video ... couldn't create audio/x-raw-float channels=2 ... couldn't create infoprint audio ... couldn't create verbose( 0):setting property 'ip' verbose( 0):setting property 'port' verbose( 0):setting property 'password' verbose( 0):setting property 'mount' --
it is still missing a lot of objects, is this normal? i'd like to stream (audio and video) with it...
thanks n
Le 22/09/10 16:06, Hans-Christoph Steiner a écrit :
This is for making plugins/shared libs on GNU/Linux: gcc -shared
on Mac OS X its should be: gcc -bundle -undefined dynamic_lookup
.hc
On 2010-09-22 17:18, Nicolas Montgermont wrote:
ok cool. hacking the makefile in pdgst/src replacing "-shared" by "-bundle -undefined dynamic_lookup" allow the code to compile without errors. Now if i open pdgst-help.pd, here is the log: -- pdgst $Revision: 0.0 $ (copyleft) IOhannes m zmoelnig @ IEM / KUG compiled on Sep 22 2010 at 17:11:19 compiled against Pd version 0.42.5.extended-rc6 [multiline_tilde] part of zexy-2.2.3 (compiled: Sep 10 2010) Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM infoprint caps
there should be an "infoprint.pd" abstraction lying somewhere in tests/ make sure Pd can find it; however it is really only for debugging...
madsr IOhannes
ok thanks. only the audio/x-run-float is not created i'll try to do some streaming tomorrow following jack's patches
thanks a lot n
Le 22/09/10 17:42, IOhannes m zmoelnig a écrit :
On 2010-09-22 17:18, Nicolas Montgermont wrote:
ok cool. hacking the makefile in pdgst/src replacing "-shared" by "-bundle -undefined dynamic_lookup" allow the code to compile without errors. Now if i open pdgst-help.pd, here is the log: -- pdgst $Revision: 0.0 $ (copyleft) IOhannes m zmoelnig @ IEM / KUG compiled on Sep 22 2010 at 17:11:19 compiled against Pd version 0.42.5.extended-rc6 [multiline_tilde] part of zexy-2.2.3 (compiled: Sep 10 2010) Copyright (l) 1999-2008 IOhannes m zmölnig, forum::fÌr::umlÀute& IEM infoprint caps
there should be an "infoprint.pd" abstraction lying somewhere in tests/ make sure Pd can find it; however it is really only for debugging...
madsr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 2010-09-22 18:00, Nicolas Montgermont wrote:
ok thanks. only the audio/x-run-float is not created
yes, that's how it currently is, i haven't found a good way to do proper caps-filtering.
you should be able to do the same thing with [capsfilter] and setting the "caps" property to "audio/x-raw-float,channels=2" (yes, that's a comma in the symbol; and it shouldread 'raw', not 'run') the "pdgst-help" is really just a "pdgst-test".
try the patches in ./tests, some of them should work :-)
fgmer IOhannes
Le 22/09/10 18:26, IOhannes m zmoelnig a écrit :
try the patches in ./tests, some of them should work :-)
yes this one at least work to get mp3tag :) i think i have to dig into gstream philosophy now... incredible, osx can compile things!
cheers, n
Le 22/09/10 20:17, Nicolas Montgermont a écrit :
i think i have to dig into gstream philosophy now...
ok the problem are now when i try to play audio. doing in the terminal: gst-launch-0.10 filesrc location="bj_nilsen.mp3" ! mad ! audioconvert ! audioresample ! osxaudiosink is working ok (playing the sound in speakers) but when i do the same chain in pd (see patch) it doesn't work, but there is no error in the terminal. launching pd with -verbose -verbose gives: verbose( 0):setting property 'location' verbose( 1):remove all elements verbose( 1):deregister verbose( 2):pdgst:send to __gst verbose( 1):element de496f0 not in bin verbose( 2):removing buscallback-handler 17 for de46de0: verbose( 2):removing buscallback-handler 13 for de46560: verbose( 2):removing buscallback-handler 9 for de44830: verbose( 2):removing buscallback-handler 5 for de41460: verbose( 2):removing buscallback-handler 1 for de3f560: verbose( 1):register verbose( 2):pdgst:send to __gst verbose( 1):connect verbose( 2):pdgst:send to __gst_source
when i try to connect audioresample to [pdgst_dac~ 2] instead, it gives the same result (no sound and same terminal log) do this patch work under linux? am i doing something wrong? thx a lot
Le 23/09/10 11:09, Nicolas Montgermont a écrit :
but when i do the same chain in pd (see patch) it doesn't work, but there is no error in the terminal.