mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +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;
|
gint reused;
|
||||||
GSource *source;
|
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;
|
} GstRTSPThreadImpl;
|
||||||
|
|
||||||
GST_DEFINE_MINI_OBJECT_TYPE (GstRTSPThread, gst_rtsp_thread);
|
GST_DEFINE_MINI_OBJECT_TYPE (GstRTSPThread, gst_rtsp_thread);
|
||||||
|
|
Loading…
Reference in a new issue