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:
Patricia Muscalu 2016-04-06 10:09:46 +02:00 committed by Tim-Philipp Müller
parent bfe08411a9
commit f0891e2cdf

View file

@ -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);