diff options
author | Patricia Muscalu <patricia@axis.com> | 2013-11-07 13:22:09 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2013-11-12 12:08:06 +0100 |
commit | 8ce453d97d5a986f68cf34a57b0d663539634614 (patch) | |
tree | 2a55586f9ad193a8a5a6af111b2483eddcfddce1 /gst/rtsp-server/rtsp-client.h | |
parent | 8d5ce0d4ee6b99139de64372b5138ac6f8088611 (diff) |
client: make make_path_from_uri a vmethod
Diffstat (limited to 'gst/rtsp-server/rtsp-client.h')
-rw-r--r-- | gst/rtsp-server/rtsp-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp-server/rtsp-client.h b/gst/rtsp-server/rtsp-client.h index 2f9cdf9..88d888e 100644 --- a/gst/rtsp-server/rtsp-client.h +++ b/gst/rtsp-server/rtsp-client.h @@ -92,6 +92,7 @@ struct _GstRTSPClientClass { GstRTSPTransport * ct); GstRTSPResult (*params_set) (GstRTSPClient *client, GstRTSPContext *ctx); GstRTSPResult (*params_get) (GstRTSPClient *client, GstRTSPContext *ctx); + gchar * (*make_path_from_uri) (GstRTSPClient *client, const GstRTSPUrl *uri); /* signals */ void (*closed) (GstRTSPClient *client); |