mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
client: fix compilation
This commit is contained in:
parent
eb88fa9e76
commit
9f8e8bc02d
1 changed files with 1 additions and 1 deletions
|
@ -1909,7 +1909,7 @@ void
|
||||||
gst_rtsp_client_set_send_func (GstRTSPClient * client,
|
gst_rtsp_client_set_send_func (GstRTSPClient * client,
|
||||||
GstRTSPClientSendFunc func, gpointer user_data, GDestroyNotify notify)
|
GstRTSPClientSendFunc func, gpointer user_data, GDestroyNotify notify)
|
||||||
{
|
{
|
||||||
GstRTSPClientSendFunc old_func;
|
GDestroyNotify old_func;
|
||||||
gpointer old_data;
|
gpointer old_data;
|
||||||
|
|
||||||
g_return_if_fail (GST_IS_RTSP_CLIENT (client));
|
g_return_if_fail (GST_IS_RTSP_CLIENT (client));
|
||||||
|
|
Loading…
Reference in a new issue