gst1: Require GStreamer >= 1.2.3
This commit is contained in:
parent
0ac50ed499
commit
ace7634804
@ -13,8 +13,8 @@ Feature release.
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
- Mopidy now requires GStreamer 1.x, as we've finally ported from GStreamer
|
||||
0.10.
|
||||
- Mopidy now requires GStreamer >= 1.2.3, as we've finally ported from
|
||||
GStreamer 0.10.
|
||||
|
||||
Core API
|
||||
--------
|
||||
|
||||
@ -37,7 +37,7 @@ please follow the directions :ref:`here <contributing>`.
|
||||
On Fedora Linux, you must replace ``pip`` with ``pip-python`` in the
|
||||
following steps.
|
||||
|
||||
#. Then you'll need to install GStreamer 1.x (>= 1.2), with Python bindings.
|
||||
#. Then you'll need to install GStreamer >= 1.2.3, with Python bindings.
|
||||
GStreamer is packaged for most popular Linux distributions. Search for
|
||||
GStreamer in your package manager, and make sure to install the Python
|
||||
bindings, and the "good" and "ugly" plugin sets.
|
||||
|
||||
@ -25,7 +25,7 @@ else:
|
||||
Gst.is_initialized() or Gst.init()
|
||||
|
||||
|
||||
REQUIRED_GST_VERSION = (1, 2)
|
||||
REQUIRED_GST_VERSION = (1, 2, 3)
|
||||
|
||||
if Gst.version() < REQUIRED_GST_VERSION:
|
||||
sys.exit(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user