mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
client: cleanup headers
This commit is contained in:
parent
899f624845
commit
43f4696f78
1 changed files with 3 additions and 3 deletions
|
@ -98,15 +98,15 @@ GType gst_rtsp_client_get_type (void);
|
||||||
|
|
||||||
GstRTSPClient * gst_rtsp_client_new (void);
|
GstRTSPClient * gst_rtsp_client_new (void);
|
||||||
|
|
||||||
void gst_rtsp_client_set_session_pool (GstRTSPClient *client,
|
void gst_rtsp_client_set_session_pool (GstRTSPClient *client,
|
||||||
GstRTSPSessionPool *pool);
|
GstRTSPSessionPool *pool);
|
||||||
GstRTSPSessionPool * gst_rtsp_client_get_session_pool (GstRTSPClient *client);
|
GstRTSPSessionPool * gst_rtsp_client_get_session_pool (GstRTSPClient *client);
|
||||||
|
|
||||||
void gst_rtsp_client_set_media_mapping (GstRTSPClient *client,
|
void gst_rtsp_client_set_media_mapping (GstRTSPClient *client,
|
||||||
GstRTSPMediaMapping *mapping);
|
GstRTSPMediaMapping *mapping);
|
||||||
GstRTSPMediaMapping * gst_rtsp_client_get_media_mapping (GstRTSPClient *client);
|
GstRTSPMediaMapping * gst_rtsp_client_get_media_mapping (GstRTSPClient *client);
|
||||||
|
|
||||||
gboolean gst_rtsp_client_accept (GstRTSPClient *client,
|
gboolean gst_rtsp_client_accept (GstRTSPClient *client,
|
||||||
GIOChannel *channel);
|
GIOChannel *channel);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue