Bug 1309811 - Warning: failed to import GStreamer
Summary: Warning: failed to import GStreamer
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xpra
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jonathan Underwood
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-18 18:35 UTC by Dennis Schridde
Modified: 2016-02-19 09:06 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-19 09:06:53 UTC
Type: Bug


Attachments (Terms of Use)

Description Dennis Schridde 2016-02-18 18:35:56 UTC
Description of problem:
When starting xpra, I see this message:
```
Warning: failed to import GStreamer:
 1.0 failed with: No module named gi
```

After installing python-gobject, I see this message:
```
Warning: failed to import GStreamer:
 1.0 failed with: Namespace Gst not available for version 1.0
```

I thus install gstreamer1-plugins-base and gstreamer1-plugins-good and see the expected output:
```
2016-02-18 18:33:03,003 GStreamer version 1.7 for Python 2.7
```

Thus in the specfile, these lines:
Requires:       gstreamer gstreamer-python
Requires:       gstreamer-plugins-base gstreamer-plugins-good

should probably be replaced with:
Requires:       gstreamer1 python-gobject
Requires:       gstreamer1-plugins-base gstreamer1-plugins-good

Version-Release number of selected component (if applicable):
0.16.1-2.fc24

How reproducible:
Every time

Steps to Reproduce:
1. Try to start xpra with python-gobject, gstreamer1-plugins-base and gstreamer1-plugins-good not installed

Actual results:
s.a.

Expected results:
s.a.

Additional info:

Comment 1 Jonathan Underwood 2016-02-19 09:04:20 UTC
Thanks for the report. This should now be fixed in rawhide with 0.16.2-1.

http://koji.fedoraproject.org/koji/taskinfo?taskID=13045967


Note You need to log in before you can comment on or make changes to this bug.