Re: [GEM-dev] pb to compil pdgst on ubuntu studio 12.04

2013-02-21 Thread puredata
Hi, I have Ubuntu Studio 12.10 / 64bit: /usr/lib/pd-extended/extra/pdgst/pdgst.pd_linux: undefined symbol: g_object_get_property linux-vdso.so.1 => (0x7fffcf9ff000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f8a4ba6b000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0

Re: [GEM-dev] pb to compil pdgst on ubuntu studio 12.04

2013-02-23 Thread puredata
when compiling "helloworld.c" with this line: gcc hello.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-0.10` i get: ldd basic-tutorial-1 linux-vdso.so.1 => (0x7fff31bff000) libgstreamer-0.10.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 libgobject-2.

Re: [GEM-dev] pb to compil pdgst on ubuntu studio 12.04

2013-03-06 Thread puredata
Good news! Using Debian to compile pdgst.pd_linux = working! I am now able to use gstreamer inside pd to stream to justin.tv: http://www.youtube.com/watch?v=SD6s2xeMB1w Next thing is to stream something from gem / pix, but i get this error: /usr/lib/pd/extra/pix_pix2gst.pd_linux: /usr/lib/pd/

Re: [GEM-dev] pb to compil pdgst on ubuntu studio 12.04

2013-03-06 Thread puredata
Working on Debian (VirtualBox). If I am lucky, the pix_*.pd_linux will work on Ubuntu Studio 12.04. Will report back. Thanks! ___ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev

Re: [GEM-dev] pb to compil pdgst on ubuntu studio 12.04

2013-03-07 Thread puredata
Unlucky, the pix_*.pd_linux compiled in Dedian Sqeeze are not working on Ubuntu Studio 12.04. No error, simply cannot load. I am really wondering why on Ubuntu the gstreamer is not link in pdgst.pd_linux ___ GEM-dev mailing list GEM-dev@iem.at htt

Re: [GEM-dev] anti-aliased [text3d]

2014-04-17 Thread puredata
About FSAA, does it works with Intel HD 4000 on Ubuntu 12.04 for anyone. I have no luck sending FSAA 2,4,6,8. Interestingly is the fact that egregore (the patch from chdh) have antialiasing (with the same setup). I think they use an opengl call (gemvertexbuffer?).

Re: [GEM-dev] anti-aliased [text3d]

2014-04-17 Thread puredata
egregore looks good and perform very nicely on my HD 4000. well done! searching for HD 4000 antialising I found this post: https://communities.intel.com/thread/31912 ... Intel graphics built into the last two generations support MSAA (2x,4x,8x). ... I think Gem supports FSAA, but not MSAA? à+ _