Re: [Spice-devel] [PATCH spice-server] red_channel: replace an assert upon threads mismatch with a warning

2013-05-24 Thread Alon Levy
> The assert: > spice_assert(pthread_equal(pthread_self(), client->thread_id)) > and the assert: > spice_assert(pthread_equal(pthread_self(), rcc->channel->thread_id)) > were coded in order to protect data that is accessed from the main > context (red_client and most of the channels), from > access

[Spice-devel] [PATCH spice-server] red_channel: replace an assert upon threads mismatch with a warning

2013-05-24 Thread Yonit Halperin
The assert: spice_assert(pthread_equal(pthread_self(), client->thread_id)) and the assert: spice_assert(pthread_equal(pthread_self(), rcc->channel->thread_id)) were coded in order to protect data that is accessed from the main context (red_client and most of the channels), from access by threads of

Re: [Spice-devel] video detect and jpeg

2013-05-24 Thread bigclouds
which option is better, if i want better display effect? At 2013-05-24 15:58:23,"Yonit Halperin" wrote: >Hi, > >Video streaming support involves: (1) lossy compression of video frames >(using jpeg) (2) lip sync (3) frame rate control > >Video is detected by identification of high rate upda

Re: [Spice-devel] video detect and jpeg

2013-05-24 Thread Yonit Halperin
Hi, Video streaming support involves: (1) lossy compression of video frames (using jpeg) (2) lip sync (3) frame rate control Video is detected by identification of high rate updates of the same region over the primary surface. off=turn off video streaming support filter=don't stream as video

[Spice-devel] video detect and jpeg

2013-05-24 Thread bigclouds
hi,all 1.for video detect , what is the differences amoung different modes? off|filter|all 2.i only know image,video. what is jpeg?it is like zlib for image compression. thanks___ Spice-devel mailing list Spice-devel@lists.freedesktop.or