mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtspsrc: add some more docs to handle-request signal
See https://bugzilla.gnome.org/show_bug.cgi?id=702705
This commit is contained in:
parent
52e440c91b
commit
a4be0c6de3
1 changed files with 6 additions and 0 deletions
|
@ -560,6 +560,12 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
|
|||
*
|
||||
* Handle a server request in @request and prepare @response.
|
||||
*
|
||||
* This signal is called from the streaming thread, you should therefore not
|
||||
* do any state changes on @rtspsrc because this might deadlock. If you want
|
||||
* to modify the state as a result of this signal, post a
|
||||
* #GST_MESSAGE_REQUEST_STATE message on the bus or signal the main thread
|
||||
* in some other way.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
gst_rtspsrc_signals[SIGNAL_HANDLE_REQUEST] =
|
||||
|
|
Loading…
Reference in a new issue