GNOME Bugzilla – Bug 765934
player: Add missing-plugin API
Last modified: 2018-11-03 13:50:33 UTC
See https://github.com/sdroege/gst-player/pull/11
Created attachment 368872 [details] [review] detect and display errors
The attached patch uses the error propagated by GstPlayer. The error message is a bit verbose because GstPlayer sends the full message with debug message concatenated as well. If there's a gst API that can help split this in a more meaningful way, please let me know and I'd be happy to make the change and test.
The idea would be to provide a more useful error type than the current flat string error. So that use cases like the missing-plugin API can be covered (or maybe that should be a different kind of message instead? it's not always a fatal error).
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/384.