mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
Updated Vala bindings.
Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>
This commit is contained in:
parent
6ef7c966ae
commit
ae4a3a9f29
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ namespace Gst {
|
|||
}
|
||||
[CCode (cheader_filename = "gst/rtsp-server/rtsp-server.h")]
|
||||
public class RTSPServer : GLib.Object {
|
||||
public signal void client_connected (RTSPClient client);
|
||||
public weak GLib.IOChannel io_channel;
|
||||
public weak GLib.TimeoutSource io_watch;
|
||||
public void* server_sin;
|
||||
|
|
Loading…
Reference in a new issue