From: Wim Taymans Date: Mon, 26 Nov 2012 16:34:24 +0000 (+0100) Subject: client: fix compilation X-Git-Tag: 1.19.3~495^2~1241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f8e8bc02dc9a126d305a43146cba99815bfa59d;p=platform%2Fupstream%2Fgstreamer.git client: fix compilation --- diff --git a/gst/rtsp-server/rtsp-client.c b/gst/rtsp-server/rtsp-client.c index 3dcd590..3320284 100644 --- a/gst/rtsp-server/rtsp-client.c +++ b/gst/rtsp-server/rtsp-client.c @@ -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));