[Bug 670257] [v4l2src] fails to renegotiate from ready to paused
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 20 12:51:45 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=670257
GStreamer | gst-plugins-good | git
--- Comment #5 from Robert Krakora <rob.krakora at messagenetsystems.com> 2012-06-20 19:51:41 UTC ---
If I place a GST_STATE_PAUSED and GST_STATE_NULL on either side of
GST_STATE_READY then the second GST_STATE_PLAYING is successful as well...
gst_element_set_state (src, GST_STATE_PAUSED);
gst_element_set_state (src, GST_STATE_READY);
gst_element_set_state (src, GST_STATE_NULL);
--
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