I'm trying to install GStreamer 1.0 on Ubuntu 12.04, the default GStreamer that comes with Ubuntu 12.04 is gst
0.10
. I could see that I could download the GStreamer 1.0 source from gstreamer.freedesktop.org, build it and install it. But this installs only the gst
plugins only, it does not install the actual required libraries like:
- mpeg2dec,
- h264,
- and other dependent libraries.
These libraries are required by the gst plugins.
If you don't have
ubuntu-restricted-extras
installed you may need to install that, and any other libraries you require from the repositories.If you want to install gstreamer 1.0, you need to use the backports for Precise from the gstreamer developers ppa, which is the best source at the minute and the most 'official' developer ppa available.
This will install all the base packages and plugins that you require, and is fine to install, even though you also have the earlier version installed as well, although applications will not use gstreamer1.0 unless they have been built with support for it.
For more information regarding ppas, please see these discussions:
Installing the below package should do the magic
On Ubuntu 16.04, this worked for me, it might on Ubuntu 12.04 as well:
Install GStreamer on Ubuntu or Debian
pkgconfig path in my pc:
Building Application using Gstreamer
I found that link... and I am adding it. I was trying to install Wine 64bit and I could not figure out how to install gstreamer-1.0 base plugins 64-bit development files