How can I install GStreamer extra plug ins?

Asked by Tom Records

 See summary. I tried Synaptic package manager. I got no results

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Tom Haddon
Solved:
Last query:
Last reply:
Revision history for this message
Tom Haddon (mthaddon) said :
#1

From the command line this will give you a list of available plugins:

aptitude search gstreamer | grep plugins

To install just type:

sudo aptitude install <package-name>

Or you can use the Package Manager (System -> Administration -> Synaptic Package Manager) to search for and install packages.

Revision history for this message
Best Tom Haddon (mthaddon) said :
#2

Probably need to make sure your repositories are setup correctly. Either look at /etc/apt/sources.list or System -> Administration -> Software Sources.

Revision history for this message
Tom Records (trecords) said :
#3

 Went to software sources, downloaded the programs, and this solved my problem. I really don't know how, but I'm happy for the solution. THANKS