Skip to content

sushi-media-bin: Limit timeout for gst_element_get_state

Balló György requested to merge City-busz/sushi:gst-timeout into master

When we set the timeout to GST_CLOCK_TIME_NONE, it means that we wait for the state infinitly. Limit the timeout to 100 milliseconds to avoid freeze in case the state is not received.

Closes: #103

Edited by Balló György

Merge request reports