Bug 1309811

Summary: Warning: failed to import GStreamer
Product: [Fedora] Fedora Reporter: Dennis Schridde <dennis.schridde>
Component: xpraAssignee: Jonathan Underwood <jonathan.underwood>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jonathan.underwood, tchollingsworth
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-19 09:06:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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