[Bug 769212] Pipeline state change ( PLAYING -> PAUSED ) hung on the RPi.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 22 16:57:52 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=769212

Patrick <pat.fuerst at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pat.fuerst at gmail.com

--- Comment #9 from Patrick <pat.fuerst at gmail.com> ---


I'm experiencing the same bug with the latest gstreamer source code. 

For me I found a workaround to not completely stall the whole program by adding
a timeout to gst_element_get_state. 

After the call timed out, the program continues and goes to PAUSE state just
fine. 
Using this makes it work on the RPI but it's an asynchronous behavior and comes
with other problems for me. 

By the way I'm using the same pipeline as Petros.

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