summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-07-24 11:11:16 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-07-24 11:11:16 +0100
commitbab5ff8f875f681c813484cf6a5cdb295abad93e (patch)
tree3d0af9f0b068827d5100ff53e231c8d08b793163
parent508e991d9b154d9239a703bd5edaab2f3e0fe694 (diff)
modules: update maintainance status of gnonlin, gss, qt-gstreamer
-rw-r--r--src/htdocs/modules/modules.xml104
1 files changed, 52 insertions, 52 deletions
diff --git a/src/htdocs/modules/modules.xml b/src/htdocs/modules/modules.xml
index b744eca6..647431a8 100644
--- a/src/htdocs/modules/modules.xml
+++ b/src/htdocs/modules/modules.xml
@@ -114,23 +114,6 @@ the Libav library code. It contains many popular decoders and encoders.
</module>
<module>
- <id>gnonlin</id>
- <title>GNonLin plug-in</title>
- <blurb>Non-linear editing elements</blurb>
- <description>
-GNonLin contains a set of plug-ins for GStreamer to ease the
-creation of multimedia editors, or any other application where a
-timeline-oriented use of GStreamer makes sense.
- </description>
- <maintainer>GStreamer Team</maintainer>
- <versions>
- <stable>&gnonlin-version-stable;</stable>
- <devel>git master</devel>
- </versions>
- <status>active, but deprecated (replacement is being worked on as part of gst-editing-services)</status>
- </module>
-
- <module>
<id>gst-python</id>
<blurb>python bindings</blurb>
<title>GStreamer Python Bindings Supplement</title>
@@ -176,41 +159,6 @@ RTSP server library based on GStreamer
</module>
<module>
- <id>gst-streaming-server</id>
- <blurb>Streaming server</blurb>
- <title>GStreamer Streaming Server</title>
- <description>
-Streaming server based on GStreamer
- </description>
- <maintainer>David Schleef</maintainer>
- <versions>
- <stable>&gst-streaming-server-version-stable;</stable>
- <devel>&gst-streaming-server-version-devel;</devel>
- </versions>
- <status>active</status>
- </module>
-
- <module>
- <id>qt-gstreamer</id>
- <blurb>QtGStreamer</blurb>
- <title>Qt bindings</title>
- <description>
- QtGStreamer is a set of libraries providing C++ bindings for GStreamer
- with a Qt-style API, plus some helper classes and elements for
- integrating GStreamer better in Qt applications. The goal of this module is to allow
- easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop.
- More information can be found on the <a href="http://gstreamer.freedesktop.org/wiki/QtGStreamer">QtGStreamer
- wiki page</a>
- </description>
- <maintainer>George Kiagiadakis</maintainer>
- <versions>
- <stable>&qt-gstreamer-version-stable;</stable>
- <devel>&qt-gstreamer-version-devel;</devel>
- </versions>
- <status>active-ish</status>
- </module>
-
- <module>
<id>gstreamer-sharp</id>
<blurb>C#/.NET bindings</blurb>
<title>GStreamer C# Bindings</title>
@@ -257,4 +205,56 @@ language-like programs that operate on arrays of data.
<status>active</status>
</module>
+ <module>
+ <id>qt-gstreamer</id>
+ <blurb>QtGStreamer</blurb>
+ <title>Qt bindings</title>
+ <description>
+ QtGStreamer is a set of libraries providing C++ bindings for GStreamer
+ with a Qt-style API, plus some helper classes and elements for
+ integrating GStreamer better in Qt applications. The goal of this module is to allow
+ easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop.
+ More information can be found on the <a href="http://gstreamer.freedesktop.org/wiki/QtGStreamer">QtGStreamer
+ wiki page</a>
+ </description>
+ <maintainer>George Kiagiadakis</maintainer>
+ <versions>
+ <stable>&qt-gstreamer-version-stable;</stable>
+ <devel>&qt-gstreamer-version-devel;</devel>
+ </versions>
+ <status>not actively maintained</status>
+ </module>
+
+ <module>
+ <id>gst-streaming-server</id>
+ <blurb>Streaming server</blurb>
+ <title>GStreamer Streaming Server</title>
+ <description>
+Streaming server based on GStreamer
+ </description>
+ <maintainer>David Schleef</maintainer>
+ <versions>
+ <stable>&gst-streaming-server-version-stable;</stable>
+ <devel>&gst-streaming-server-version-devel;</devel>
+ </versions>
+ <status>not actively maintained</status>
+ </module>
+
+ <module>
+ <id>gnonlin</id>
+ <title>GNonLin plug-in</title>
+ <blurb>Non-linear editing elements</blurb>
+ <description>
+GNonLin contains a set of plug-ins for GStreamer to ease the
+creation of multimedia editors, or any other application where a
+timeline-oriented use of GStreamer makes sense.
+ </description>
+ <maintainer>GStreamer Team</maintainer>
+ <versions>
+ <stable>&gnonlin-version-stable;</stable>
+ <devel>git master</devel>
+ </versions>
+ <status>deprecated (replacement is being worked on as part of gst-editing-services)</status>
+ </module>
+
</modules>