session-pool: remove nullable return annotation
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 14 Feb 2018 16:11:19 +0000 (17:11 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Wed, 14 Feb 2018 16:11:19 +0000 (17:11 +0100)
commit9046b5d083d055cda4168a5aa4f63ec6a7e6646a
tree8e3648db1e19354c96c718c28e973051c20b116f
parentee44f38051c42cc87a4659c85f27febe096f004d
session-pool: remove nullable return annotation

create_watch can only return NULL from the API guards, no
need for nullable.
gst/rtsp-server/rtsp-session-pool.c