Fixed typo in included headers for vala bindings
authorSebastian Pölsterl <sebp@k-d-w.org>
Mon, 8 Dec 2008 12:19:40 +0000 (13:19 +0100)
committerWim Taymans <wim@wtay.(none)>
Thu, 8 Jan 2009 13:42:41 +0000 (14:42 +0100)
bindings/vala/gst-rtsp-server.vapi
bindings/vala/packages/gst-rtsp-server.metadata

index 90c85d2..8c16997 100644 (file)
@@ -2,7 +2,7 @@
 
 [CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
 namespace Gst {
-       [CCode (cheader_filename = "gst/rtsp-server/rstp-client.h")]
+       [CCode (cheader_filename = "gst/rtsp-server/rtsp-client.h")]
        public class RTSPClient : GLib.Object {
                public void* address;
                public weak Gst.RTSPConnection connection;
@@ -18,7 +18,7 @@ namespace Gst {
                [NoAccessorMethod]
                public Gst.RTSPServer server { get; construct; }
        }
-       [CCode (cheader_filename = "gst/rtsp-server/rstp-media.h")]
+       [CCode (cheader_filename = "gst/rtsp-server/rtsp-media.h")]
        public class RTSPMedia : GLib.Object {
                public bool prepared;
                public weak GLib.Array streams;
@@ -43,7 +43,7 @@ namespace Gst {
                public weak Gst.Element payloader;
                public weak Gst.Pad srcpad;
        }
-       [CCode (cheader_filename = "gst/rtsp-server/rstp-server.h")]
+       [CCode (cheader_filename = "gst/rtsp-server/rtsp-server.h")]
        public class RTSPServer : Gst.Object {
                public weak string host;
                public weak GLib.IOChannel io_channel;
index 35cf4aa..adcd1e7 100644 (file)
@@ -1,8 +1,8 @@
 Gst cprefix="Gst" lower_case_cprefix="gst_" cheader_filename="gst/gst.h"
 GstRTSPMediaStream cheader_filename="gst/rtsp-server/rstp-media.h"
-GstRTSPMedia cheader_filename="gst/rtsp-server/rstp-media.h"
-GstRTSPClient cheader_filename="gst/rtsp-server/rstp-client.h"
-GstRTSPServer cheader_filename="gst/rtsp-server/rstp-server.h"
+GstRTSPMedia cheader_filename="gst/rtsp-server/rtsp-media.h"
+GstRTSPClient cheader_filename="gst/rtsp-server/rtsp-client.h"
+GstRTSPServer cheader_filename="gst/rtsp-server/rtsp-server.h"
 GstRTSPSession cheader_filename="gst/rtsp-server/rtsp-session.h"
 GstRTSPSessionMedia cheader_filename="gst/rtsp-server/rtsp-session.h"
 GstRTSPSessionPool cheader_filename="gst/rtsp-server/rtsp-session.h"