]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/mediactrl.cpp
test for special keys first, before testing for alphanumeric ones as even keys such...
[wxWidgets.git] / src / unix / mediactrl.cpp
index 6a0f4d478697d47a309cf7c8b097ceb6a3a3329a..8a549b75bbdc65139a3f0e2394ea70d181f3ae2a 100644 (file)
@@ -1236,6 +1236,9 @@ bool wxGStreamerMediaBackend::DoLoad(const wxString& locstring)
             return false;
     }
 
+    // free current media resources
+    gst_element_set_state (m_playbin, GST_STATE_NULL);
+
     // Make sure the passed URI is valid and tell playbin to load it
     // non-file uris are encoded
     wxASSERT(gst_uri_protocol_is_valid("file"));