thanks a lot you are right

On Thu, Feb 18, 2010 at 3:17 PM, Tanu Kaskinen <[email protected]> wrote:
> to, 2010-02-18 kello 10:43 +0100, Gian Lorenzo Meocci kirjoitti:
>> when I call pa_stream_connect_playback I always obtain bad state. Why?
>
> The connection to the server hasn't been properly established yet when
> you call pa_stream_connect_playback(). Right after calling
> pa_context_connect() you should register a callback with
> pa_context_set_state_callback() that gets called whenever the context
> state changes. Then run the mainloop until the state becomes
> PA_CONTEXT_READY or PA_CONTEXT_FAILED, see pa_context_get_state().
>
> Hope this helps.
>
> --
> Tanu Kaskinen
>
> _______________________________________________
> pulseaudio-discuss mailing list
> [email protected]
> https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss
>



-- 
Ing. Gian Lorenzo Meocci
http://www.meocci.it
_______________________________________________
pulseaudio-discuss mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to