mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
session-pool: remove nullable return annotation
create_watch can only return NULL from the API guards, no need for nullable.
This commit is contained in:
parent
ee44f38051
commit
9046b5d083
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ static GSourceFuncs gst_pool_source_funcs = {
|
||||||
* Create a #GSource that will be dispatched when the session should be cleaned
|
* Create a #GSource that will be dispatched when the session should be cleaned
|
||||||
* up.
|
* up.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full) (nullable): a #GSource
|
* Returns: (transfer full): a #GSource
|
||||||
*/
|
*/
|
||||||
GSource *
|
GSource *
|
||||||
gst_rtsp_session_pool_create_watch (GstRTSPSessionPool * pool)
|
gst_rtsp_session_pool_create_watch (GstRTSPSessionPool * pool)
|
||||||
|
|
Loading…
Reference in a new issue