]> git.saurik.com Git - wxWidgets.git/commit
Show gstreamer errors in wxGStreamerMediaBackend to the user.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 00:16:18 +0000 (00:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 00:16:18 +0000 (00:16 +0000)
commit82cf5d595346aa4e1db0058c5e2c8a89c68d47dd
tree56eec73405f657262b1eaf2cd73c59a369c69b19
parent7ae14eb15fc20e2bd6a166121647215d17e0f8af
Show gstreamer errors in wxGStreamerMediaBackend to the user.

If the media file fails to play, we really need to show to the user the
corresponding gstreamer error, otherwise there is no way to understand what
the problem is.

Collect the errors in gst_error_callback() and show them from the main thread
if we get a gstreamer error.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/unix/mediactrl.cpp