Re: [Live-devel] Asynchronous API - Subclassing troubles

2010-09-22 Thread Guillaume Ferry
Hi Ross, Ok, it works just fine on your side, I was using an old object reference from my own libraries ! Asynchronous is so great. Regards, Guillaume. Le 21/09/2010 15:54, Guillaume Ferry a écrit : Le 20/09/2010 19:44, Ross Finlayson a écrit : BackTrace #0 0x080882af in _Tables

Re: [Live-devel] Asynchronous API - Subclassing troubles

2010-09-21 Thread Guillaume Ferry
Le 20/09/2010 19:44, Ross Finlayson a écrit : BackTrace #0 0x080882af in _Tables::getOurTables(UsageEnvironment&, unsigned int) () The fact that you're seeing a crash in such an innocuous function suggests to me that you may be linking with old binaries somewhere. (I assume that

Re: [Live-devel] Asynchronous API - Subclassing troubles

2010-09-20 Thread Ross Finlayson
BackTrace #0 0x080882af in _Tables::getOurTables(UsageEnvironment&, unsigned int) () The fact that you're seeing a crash in such an innocuous function suggests to me that you may be linking with old binaries somewhere. (I assume that you're not doing something stupid like trying to

[Live-devel] Asynchronous API - Subclassing troubles

2010-09-20 Thread Guillaume Ferry
Hi Ross, I'm currently updating our RTSP client (based on liveMedia), to use your asynchronous API. The client is being used within a simple GTK application, so as you mentioned in the FAQ, I have to subclass to use GTK's event loop instead of your native loop. So I did a simple subclass of Ba