mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
rtsp-thread-pool: explained why GSource is a part of ThreadImpl
Clarified why it is necessary to add source information to GstRTSPThreadImpl. See the reported bug in GLib: https://bugzilla.gnome.org/show_bug.cgi?id=720186 for more information. https://bugzilla.gnome.org/show_bug.cgi?id=761702
This commit is contained in:
parent
bfe08411a9
commit
f0891e2cdf
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ typedef struct _GstRTSPThreadImpl
|
|||
|
||||
gint reused;
|
||||
GSource *source;
|
||||
/* FIXME, the source has to be part of GstRTSPThreadImpl, due to a bug in GLib:
|
||||
* https://bugzilla.gnome.org/show_bug.cgi?id=720186 */
|
||||
} GstRTSPThreadImpl;
|
||||
|
||||
GST_DEFINE_MINI_OBJECT_TYPE (GstRTSPThread, gst_rtsp_thread);
|
||||
|
|
Loading…
Reference in a new issue