PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 120 - Phonon file loading does not work cross platform
: Phonon file loading does not work cross platform
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: phonon
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-01-18 06:07 EET by Tomi Pieviläinen
Modified: 2010-08-04 15:17 EEST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomi Pieviläinen 2010-01-18 06:07:35 EET
On desktop I have to use

m = Phonon.MediaSource(QtCore.QUrl.fromLocalFile("file://" + filename))

to prepare a file for a VideoPlayer. On Fremantle this gives an error:

Could not open vfs file "file:file:/home/user/MyDocs/.videos/9.mp4" for
reading: Invalid URI (13) Message:Could not open resource for reading. (Could
not open resource for reading.) Code:5"

Instead I have to use:

m = Phonon.MediaSource(QtCore.QUrl.fromLocalFile(filename))

which again does not work on desktop, but fails with error:

(<unknown>:31598): GStreamer-CRITICAL **: gst_element_make_from_uri: assertion
`gst_uri_is_valid (uri)' failed
Comment 1 Hugo Parente Lima 2010-05-20 16:12:53 EEST
Did you try this with C++? Because its appear to be a
Comment 2 Hugo Parente Lima 2010-05-20 16:13:22 EEST
Did you try this with C++? Because its appear to be a phonon bug, not a PySide
one.
Comment 3 renato filho 2010-05-21 09:50:37 EEST
Already fixed on mainline.
Comment 4 renato filho 2010-05-21 09:51:13 EEST
wrong bug sorry.
Comment 5 Luciano Wolf 2010-06-17 16:38:43 EEST
Already fixed on trunk