RPiPlay icon indicating copy to clipboard operation
RPiPlay copied to clipboard

Always Check GStreamer Plugins

Open xavierholt opened this issue 2 years ago • 0 comments

Trying to use a GStreamer renderer while missing the required plugins leads to some very confusing error messages. Changing the plugin check from assert() to g_assert() makes it run even in release mode and gives useful error messages if anything is missing.

xavierholt avatar Jul 14 '22 23:07 xavierholt