[Bug 794591] gst-play-1.0 leaves stdin in non-blocking mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 22 10:18:17 UTC 2018


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

--- Comment #1 from Antonio Ospite <ao2 at ao2.it> ---
Created attachment 369997
  --> https://bugzilla.gnome.org/attachment.cgi?id=369997&action=edit
tools: play: restore STDIN blocking status when exiting

When gst_play_kb_set_key_handler() gets called from restore_terminal()
it resets the terminal flags but not the STDIN blocking status.

This can result in broken behavior for cli command executed in the same
terminal after gst-play-1.0 exited.

Restore the STDIN blocking status to fix that.

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