Описание тега gstreamer-0.10
GStreamer-0.10 and GStreamer-1.0 are the main version 'series' currently in use. For all practical purposes you should think of them as two completely different libraries which just happen to have a similar name. They can be installed in parallel and are completely independent.
For the 0.10 version you will need the 0.10 plugins and bindings (gst-plugins 0.10.x, gst-ffmpeg 0.10.x, gst-python 0.10.x etc.), while for the 1.0 version you will need the 1.0 plugins and bindings (ie. gst-plugins-base 1.0.x, gst-plugins-good 1.0.x, gst-plugins-ugly 1.0.x, gst-plugins-bad 1.0.x, gst-ffmpeg 1.0.x, gst-python 1.0.x). The micro version for each main version does not have to match exactly, only the major versions needs to be the same (ie. it may be that the current gst-plugins-good version is 1.0.6 and the current GStreamer core version is 1.0.13). GStreamer-1.0 will not see or use any of the GStreamer-0.10 plugins and vice versa.
All GStreamer command line tools are suffixed with their main version, e.g. gst-launch-0.10 and gst-launch-1.0, or gst-inspect-0.10 and gst-inspect-1.0.
Applications will use either GStreamer-0.10 or GStreamer-1.0, since the 0.10 and 1.0 API/ABI are not compatible.