mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
gst_rtsp_context_get_current: add (skip) annotation
The return value type is defined with G_DEFINE_POINTER_TYPE, and gi emits the following warning: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
This commit is contained in:
parent
03a512e4e1
commit
2613748730
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ G_DEFINE_POINTER_TYPE (GstRTSPContext, gst_rtsp_context);
|
|||
static GPrivate current_context;
|
||||
|
||||
/**
|
||||
* gst_rtsp_context_get_current:
|
||||
* gst_rtsp_context_get_current: (skip):
|
||||
*
|
||||
* Get the current #GstRTSPContext. This object is retrieved from the
|
||||
* current thread that is handling the request for a client.
|
||||
|
|
Loading…
Reference in a new issue