summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-12-15 11:36:27 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-12-21 09:59:43 +0000
commit39c6bc0507554098181baeb01f7cb53718c81bd6 (patch)
treeedf842043893a9b96ec55efb0e1f87f32771662a /docs
parent81d2f67ba5e926d864f711338eb0e78a0e2a1fdb (diff)
downloadgstreamer-plugins-good-39c6bc0507554098181baeb01f7cb53718c81bd6.tar.gz
rtspsrc: Use proper types instead of G_TYPE_POINTER for the RTSP messages in the "handle-request" signal
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/842>
Diffstat (limited to 'docs')
-rw-r--r--docs/gst_plugins_cache.json4
1 files changed, 2 insertions, 2 deletions
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"