summaryrefslogtreecommitdiff
path: root/src/htdocs/bindings/bindings.xml
blob: a4502f55295dd30cc0b4ca936959c5a348980e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<?xml version="1.0"?>
<!DOCTYPE xml
[
  <!ENTITY % gst-entities SYSTEM "../entities.gst">
  %gst-entities;
  <!ENTITY % site-entities SYSTEM "../entities.site">
  %site-entities;
]>

<bindings>

  <binding>
    <id>python</id>
    <name>Python</name>
    <status>Released. See the <a href="&site;/modules/gst-python.html">gst-python</a> module.</status>
    <body>
    <p>Released. See the <a href="&site;/modules/gst-python.html">gst-python</a> module.</p>
    <p>
Gian Mario Tagliaretti has written some documents for using GStreamer Python which you can find <a href="http://pygstdocs.berlios.de/">them at this page</a>.
    </p>
    </body>
  </binding>

  <binding>
    <id>perl</id>
    <name>Perl</name>
    <status>Released as part of the <a
      href="http://gtk2-perl.sourceforge.net">gtk2-perl</a> project.
    </status>
    <body>
    <p>See the <a href="http://gtk2-perl.sourceforge.net">gtk2-perl</a> project
    page for more information. Releases can be had directly from <a
    href="http://sourceforge.net/project/showfiles.php?group_id=64773&amp;package_id=150831">the
    sourceforge download page</a>.
    </p>
    <p>
      <ul>
        <lh>Documentation:</lh>
        <li>
          <a href="http://gtk2-perl.sourceforge.net/doc/pod/GStreamer.html">
          GStreamer - Perl interface overview
          </a>
        </li>
        <li>
          <a href="http://gtk2-perl.sourceforge.net/doc/pod/GStreamer/index.html">
          Automatically generated GStreamer Perl API documentation
          </a>
        </li>
      </ul>
    </p>
    </body>
  </binding>

  <binding>
    <id>dotnet</id>
    <name>.NET</name>
    <status>The bindings are still under development. See the <a href="&site;/modules/gstreamer-sharp.html">gstreamer-sharp</a> module.</status>
    <body>
    <p>See the <a href="&site;/modules/gstreamer-sharp.html">gstreamer-sharp</a> module.</p>
    </body>
  </binding>

  <binding>
    <id>cplusplus</id>
    <name>C++</name>
    <status>Released. See the <a href="http://ftp.gnome.org/pub/gnome/sources/gstreamermm/0.10/">gstreamermm</a> GNOME module.</status>
<body>
<p>
The GStreamer API <a href="http://www.research.att.com/~bs/C++.html">C++</a>
bindings are actively developed and based on
<a href="http://www.gtkmm.org">gtkmm</a>, using the same lifecycle mechanism.
</p>
<p>
The latest version can be downloaded from the
<a href="http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/">gstreamermm
directory on ftp.gnome.org</a>.
</p>
<p>
Development takes place in
<a href="http://git.gnome.org/browse/gstreamermm">GNOME's Git repository</a> and on the
<a href="http://mail.gnome.org/mailman/listinfo/gtkmm-list">gtkmm mailing list
</a>, which should also be your first point of contact if you have any queries
or would like to help out.
</p>
    </body>

<!--
    <news>
      <item>
        <date>7 May 2008</date>
        <text>gstreamermm 0.9.5 released</text>
      </item>
    </news>
-->

    <contacts>
      <person>
        <realname>Murray Cumming</realname>
      </person>
      <person>
        <realname>José Alburquerque</realname>
      </person>
    </contacts>

  </binding>

  <binding>
    <id>qt</id>
    <name>Qt</name>
    <status>Released. See the <a href="&site;/modules/qt-gstreamer.html">qt-gstreamer</a> module.</status>
    <body>
    <p>Released. See the <a href="&site;/modules/qt-gstreamer.html">qt-gstreamer</a> module.</p>
    </body>
  </binding>

  <binding>
    <id>android</id>
    <name>Android</name>
    <status>Under development. See the <a href="&site;/modules/gstreamer-android.html">gstreamer android</a> module.</status>
    <body>
    <p>Under development. See the <a href="&site;/modules/gstreamer-android.html">gstreamer android</a> module</p>
    </body>
  </binding>

  <binding>
    <id>guile</id>
    <name>Guile</name>
    <status>Released under the aegis of the
      <a href="http://www.gnu.org/software/guile-gnome/">guile-gnome</a> project.
    </status>
    <body>
      <p>
        The GStreamer <a href="http://www.gnu.org/software/guile/">Guile</a>
        bindings can be technically described as the &quot;Bee's Knees&quot;.
      </p>
      <p>
        Check out the <a
        href="http://www.gnu.org/software/guile-gnome/">guile-gnome</a> page for
        details.
      </p>
    </body>

    <news>
    </news>

    <contacts>
      <person>
        <realname>Andy Wingo</realname>
        <email>wingo (at) users.sourceforge.net</email>
      </person>
    </contacts>
  </binding>

  <binding>
    <id>java</id>
    <name>Java</name>
    <status>
Released as part of the <a href="http://code.google.com/p/gstreamer-java/">gstreamer-java</a> project.
    </status>
<body>
    <p>See the <a href="http://code.google.com/p/gstreamer-java/">gstreamer-java</a> project
    page for more information.
    </p>
</body>
  </binding>

  <binding>
    <id>ruby</id>
    <name>Ruby</name>
    <status>
The Ruby bindings are released as part of
<a href="http://ruby-gnome2.sourceforge.jp/">Ruby-GNOME2</a>.
    </status>
<body>
</body>

    <contacts>
      <person>
        <realname>Laurent Sansonetti</realname>
        <email>laurent (at) datarescue.be</email>
      </person>
    </contacts>
  </binding>

  <binding>
    <id>vala</id>
    <name>Vala</name>
    <status>
    Released as part of
    <a href="http://www.vala-project.org/">Vala</a>.
    </status>
    <body>
    <p>The Vala bindings are released as part of
    <a href="http://www.vala-project.org/">Vala</a>.</p>
    </body>
  </binding>

</bindings>