Bug 862695
| Summary: | totem player can not find gstreamer plugin | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bob Kozdemba <bkozdemb> |
| Component: | totem | Assignee: | Bastien Nocera <bnocera> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | bnocera |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-04 12:23:17 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: | |
| Embargoed: | |||
|
Description
Bob Kozdemba
2012-10-03 12:16:57 UTC
> The gstreamer framework does play mp3 files per the following cmd:
> [koz@largo ~]$ gst-launch playbin2
> uri=file:///home/koz/media/mp3/the_band/The_Last_Waltz/Ophelia.mp3
There isn't "a" GStreamer framework, there's 2 versions, 0.10, and 1.0. They're incompatible. You just ran the version for GStreamer 0.10 which probably has a working MP3 plugin.
Trying "gst-launch-1.0 playbin2 ..."
Finally, I don't think that Fluendo has released any 1.0 version of their MP3 plugin, though I could be wrong.
|