GstRtspServer.RTSPThreadPoolClass¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
configure_thread  | 
r  | 
configure a thread object. this vmethod is called when a new thread has been created and should be configured.  | 
|
get_thread  | 
r  | 
this function should make or reuse an existing thread that runs a mainloop.  | 
|
parent_class  | 
r  | 
||
pool  | 
r  | 
a   | 
|
thread_enter  | 
r  | 
called from the thread when it is entered  | 
|
thread_leave  | 
r  | 
called from the thread when it is left  | 
Methods¶
None
Details¶
- class GstRtspServer.RTSPThreadPoolClass¶
 Class for managing threads.