Preview/Going Live of video fails in build 1093

Bug #661965 reported by Wesley Stout
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenLP
Fix Released
High
Tim Bentley

Bug Description

When previewing video on Ubuntu 10.10, I get this error

Traceback (most recent call last):
  File "/home/wesley/Projects/openlp/trunk/openlp/core/lib/mediamanageritem.py", line 448, in onPreviewClick
    self.parent.previewController.addServiceItem(service_item)
  File "/home/wesley/Projects/openlp/trunk/openlp/core/ui/slidecontroller.py", line 510, in addServiceItem
    self._processItem(item, slideno)
  File "/home/wesley/Projects/openlp/trunk/openlp/core/ui/slidecontroller.py", line 588, in _processItem
    label.setPixmap(QtGui.QPixmap.fromImage(frame[u'image']))
TypeError: QPixmap.fromImage(QImage, Qt.ImageConversionFlags flags=Qt.AutoColor): argument 1 has unexpected type 'unicode'

When going live with video I get this:

Traceback (most recent call last):
  File "/home/wesley/Projects/openlp/trunk/openlp/core/ui/servicemanager.py", line 953, in makeLive
    self.serviceItems[item][u'service_item'], count)
  File "/home/wesley/Projects/openlp/trunk/openlp/core/ui/slidecontroller.py", line 531, in addServiceManagerItem
    self._processItem(item, slideno)
  File "/home/wesley/Projects/openlp/trunk/openlp/core/ui/slidecontroller.py", line 588, in _processItem
    label.setPixmap(QtGui.QPixmap.fromImage(frame[u'image']))
TypeError: QPixmap.fromImage(QImage, Qt.ImageConversionFlags flags=Qt.AutoColor): argument 1 has unexpected type 'unicode'

I also get the same errors on a n Arch LInux setup.

Related branches

Tim Bentley (trb143)
Changed in openlp:
status: New → Confirmed
assignee: nobody → Tim Bentley (trb143)
milestone: none → 1.9.4
importance: Undecided → High
Tim Bentley (trb143)
Changed in openlp:
status: Confirmed → In Progress
Tim Bentley (trb143)
Changed in openlp:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.