[Bug 610916] rtspsrc dosen't work under windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 28 06:40:52 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=610916
  GStreamer | gst-plugins-good | 0.10.x

--- Comment #11 from Levente Farkas <lfarkas at lfarkas.org> 2011-03-28 13:40:49 UTC ---
in file gstpoll.c line 1482 in the flush there is condition:
    if (flushing && set->controllable && set->waiting > 0) {
where set->controllable always 0 after the fist packet received in
gst_rtspsrc_connection_receive, then it set to 1. so after that function
becomes unstoppable, after setting gst_poll_set_controllable
(gstrtspconnection.c:2272) FALSE.
if you start to debug a simple example and pause the running during this
timeout, then visual studio show you probably in a deadlock situation.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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