GstInterpipe: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 85: Line 85:


= Installation Guide=
= Installation Guide=
== Dependencies==
== Dependencies==
=== GStreamer 1.0.0===
The following packages are needed in order to build and use gst-interpipe:
* gstreamer-1.0
* gstreamer-plugins-base-1.0
* gstreamer-video-1.0
* gstreamer-app-1.0
* gstreamer-check-1.0
 
The are likely already installed in your OS distribution. In case you want to double check and install the missing packages, run the following commands according to your OS:
 
=== Debian Based ===
This includes Ubuntu, Kubuntu, Debian, etc...
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
 
=== Mac OSX ===
Using Mac Ports:
TODO
 
== Building the project ==
== Building the project ==
== Installing the plugin ==
== Installing the plugin ==