Skip to content

Guard m_stream in setMaxFramerate

David Edmundson requested to merge work/d_ed/stream_null into master

If a stream fails to initialise m_stream is legitimately null. There's nothing to set a framerate on.

Merge request reports