[Bug 747236] opengl: OpenGL Pipeline state can't be set PLAYING=>READY=>PLAYING
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jul 7 01:31:44 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747236
Matthew Waters <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ystreet00 at gmail.com
Resolution|--- |OBSOLETE
--- Comment #1 from Matthew Waters <ystreet00 at gmail.com> ---
The following program seems to execute fine here.
GstElement *pipeline = gst_parse_launch ("videotestsrc ! glupload !
glimagesink", NULL);
gst_element_set_state (pipeline, GST_STATE_PLAYING);
g_usleep (1000000);
gst_element_set_state (pipeline, GST_STATE_READY);
g_usleep (1000000);
gst_element_set_state (pipeline, GST_STATE_PLAYING);
g_usleep (1000000);
gst_element_set_state (pipeline, GST_STATE_NULL);
--
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