[Bug 767021] RTSP server won't be destroyed until media is pre-rolled (or 20s timeout)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Oct 20 10:43:13 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=767021
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #328984|none |needs-work
status| |
--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 328984:
--> (https://bugzilla.gnome.org/review?bug=767021&attachment=328984)
::: gst/rtsp-server/rtsp-media.c
@@ +3011,3 @@
+ if (priv->status == GST_RTSP_MEDIA_STATUS_UNPREPARED ||
+ priv->status == GST_RTSP_MEDIA_STATUS_UNPREPARING ||
+ priv->status == GST_RTSP_MEDIA_STATUS_ERROR)
In UNPREPARING we should probably wait? And in ERROR there might still be
something to shut down
::: gst/rtsp-server/rtsp-server.c
@@ +1478,3 @@
+ * gst_rtsp_thread_pool_cleanup().
+ *
+ * Since: 1.10
Since: 1.12 :)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list