[Bug 670257] [v4l2src] fails to renegotiate from ready to paused

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 20 12:57:50 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=670257
  GStreamer | gst-plugins-good | git

--- Comment #7 from Youness Alaoui <youness.alaoui at collabora.co.uk> 2012-06-20 19:57:47 UTC ---
Yeah, that's normal, as soon as you go to NULL state it will close the fd, and
it reopens it when it goes back to READY, so it's technically the same as if
you restarted the application. It will definitely work if you go to NULL, the
bug here is that you should not need to go to NULL, it must work when you go to
READY
(going to NULL (== closing the fd) might cause a race condition).

-- 
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