! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Feature request: Integrate Parole media player with gnome-codec-install
Status:
RESOLVED: FIXED
Severity:
enhancement

Comments

Description Roman 2012-02-15 20:00:38 CET
Parole using Gstreamer as a backend is great, since I think it's a good backend.

Particularly great is the modular nature - software supporting GStreamer can support more formats once GStreamer does.

What happens currently, though, if you try to play a file in Parole when you don't have the GStreamer codec installed is just an error message.

What I propose, however, is to integrate with GNOME-Codec-Install and the software will, ala GNOME's Totem player, prompt the user to install the correct codecs.
Comment 1 Simon Steinbeiss editbugs 2012-07-23 03:23:54 CEST
Yeah, I'd also love to have this feature. I'd prefer to implement it without the need to install an extra package first (gnome-codec-installer in this case).

I hope we can do a slim implementation in the core, since this feature is always desirable.
Comment 2 Sean Davis editbugs 2012-08-09 15:26:32 CEST
We'll probably target this for a later release.
Comment 3 Simon Steinbeiss editbugs 2012-11-15 16:28:22 CET
Now in git master.
Comment 4 Christoph Wickert editbugs 2013-02-10 14:14:10 CET
Is there a chance to get this functionally for a cross-platform solution like PackageKit (PK offers a dbus-interface for apps to request codices) instead of an apt-only thing like gnome-codec-install?
Comment 5 Sean Davis editbugs 2013-02-13 12:53:39 CET
Actually, we're not using gnome-codec-install.  We're using the gstreamer standard for installed missing codecs.  As seen in:

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstpbutilsinstallplugins.html

"Whether plugin installation is supported or not depends on the operating system and/or distribution in question. The vendor of the operating system needs to make sure the necessary hooks and mechanisms are in place for plugin installation to work. See below for more detailed information."

In Ubuntu (and possibly Debian and variants), this may use gnome-codec-install, but its all about how gstreamer is configured.

Bug #8469

Reported by:
Roman
Reported on: 2012-02-15
Last modified on: 2013-02-13

People

Assignee:
Simon Steinbeiss
CC List:
3 users

Version

Version:
unspecified

Attachments

Additional information