client: fix compilation

This commit is contained in:
Wim Taymans 2012-11-26 17:34:24 +01:00
parent eb88fa9e76
commit 9f8e8bc02d

View 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));