summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:12 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:12 -0700
commit97c2c55d78c1418796955a7aeef08096d50b5b5b (patch)
tree9412c04c46b3d03116b3b5fe40636ec9085109e9
parent4178acde04d02881171074fc64518708b869eaa6 (diff)
moin2mdwn: convert page SocProjects/GStreamerLua
-rw-r--r--SocProjects/GStreamerLua.mdwn (renamed from SocProjects/GStreamerLua.moin)41
1 files changed, 22 insertions, 19 deletions
diff --git a/SocProjects/GStreamerLua.moin b/SocProjects/GStreamerLua.mdwn
index a19e635..eed31b5 100644
--- a/SocProjects/GStreamerLua.moin
+++ b/SocProjects/GStreamerLua.mdwn
@@ -1,19 +1,22 @@
-= Finishing/Improving the GStreamer Lua bindings using GObject Introspection =
-
-With the introduction of GObject Introspection, a interesting project was started, aiming to bind Lua code to C code, LGI. LGI uses GObject Introspection runtime information and libffi to bind Lua to any GObject project (with support to GIR) at runtime. LGI seems to be very close to work well with Gstreamer, there is already some code examples playing video and audio, but they are very simple and don't cover complex pipelines.
-
-This GSoC project is about testing/finishing/improving these bindings.
-
-Useful skills for this project would be general knowledge about GStreamer and Lua, even better would be knowledge about Lua bindings in general and GObject-Introspection based bindings in specific. Also knowledge about libffi may be required.
-
-== Resources ==
-
-[[https://github.com/pavouk/lgi]]
-
-[[http://live.gnome.org/GObjectIntrospection]]
-
-[[http://sourceware.org/libffi/]]
-
-'''Mentor: Tiago Katcipis''
-
-Back to TaskList
+
+
+# Finishing/Improving the GStreamer Lua bindings using GObject Introspection
+
+With the introduction of GObject Introspection, a interesting project was started, aiming to bind Lua code to C code, LGI. LGI uses GObject Introspection runtime information and libffi to bind Lua to any GObject project (with support to GIR) at runtime. LGI seems to be very close to work well with Gstreamer, there is already some code examples playing video and audio, but they are very simple and don't cover complex pipelines.
+
+This GSoC project is about testing/finishing/improving these bindings.
+
+Useful skills for this project would be general knowledge about GStreamer and Lua, even better would be knowledge about Lua bindings in general and GObject-Introspection based bindings in specific. Also knowledge about libffi may be required.
+
+
+## Resources
+
+[[https://github.com/pavouk/lgi|https://github.com/pavouk/lgi]]
+
+[[http://live.gnome.org/GObjectIntrospection|http://live.gnome.org/GObjectIntrospection]]
+
+[[http://sourceware.org/libffi/|http://sourceware.org/libffi/]]
+
+**Mentor: Tiago Katcipis_
+
+Back to [[TaskList|TaskList]]