Regenerated Vala bindings

This commit is contained in:
Sebastian Pölsterl 2008-12-12 16:22:02 +01:00 committed by Wim Taymans
parent 4695395302
commit 60f1b91f1d
8 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/* gst-rtsp-server.vapi generated by vapigen, do not modify. */
/* gst-rtsp-server-0.10.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
namespace Gst {
@ -8,7 +8,6 @@ namespace Gst {
public weak Gst.RTSPConnection connection;
public weak Gst.RTSPMedia media;
public weak Gst.RTSPSessionPool pool;
public weak Gst.RTSPSession session;
public weak GLib.Thread thread;
public bool accept (GLib.IOChannel source);
public weak Gst.RTSPSessionPool get_session_pool ();

View file

@ -0,0 +1,4 @@
gstreamer-0.10
gstreamer-sdp-0.10
gstreamer-rtsp-0.10
gmodule-2.0

View file

@ -92,7 +92,6 @@
<field name="address" type="struct sockaddr_in"/>
<field name="media" type="GstRTSPMedia*"/>
<field name="pool" type="GstRTSPSessionPool*"/>
<field name="session" type="GstRTSPSession*"/>
<field name="thread" type="GThread*"/>
</object>
<object name="GstRTSPMedia" parent="GObject" type-name="GstRTSPMedia" get-type="gst_rtsp_media_get_type">