client: cleanup headers

This commit is contained in:
Wim Taymans 2010-12-28 18:31:26 +01:00
parent 899f624845
commit 43f4696f78

View file

@ -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