client: fix compilation
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 26 Nov 2012 16:34:24 +0000 (17:34 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 26 Nov 2012 16:34:24 +0000 (17:34 +0100)
gst/rtsp-server/rtsp-client.c

index 3dcd590..3320284 100644 (file)
@@ -1909,7 +1909,7 @@ void
 gst_rtsp_client_set_send_func (GstRTSPClient * client,
     GstRTSPClientSendFunc func, gpointer user_data, GDestroyNotify notify)
 {
-  GstRTSPClientSendFunc old_func;
+  GDestroyNotify old_func;
   gpointer old_data;
 
   g_return_if_fail (GST_IS_RTSP_CLIENT (client));