From 39c6bc0507554098181baeb01f7cb53718c81bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 Dec 2020 11:36:27 +0200 Subject: rtspsrc: Use proper types instead of G_TYPE_POINTER for the RTSP messages in the "handle-request" signal Part-of: --- docs/gst_plugins_cache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index 39017ab3a..11d55b950 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -20123,11 +20123,11 @@ "args": [ { "name": "arg0", - "type": "gpointer" + "type": "GstRTSPMessage" }, { "name": "arg1", - "type": "gpointer" + "type": "GstRTSPMessage" } ], "return-type": "void" -- cgit v1.2.1