mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
examples: fix cgroup test build
Fixes build failure caused by compiler warning: test-cgroups.c:82:35: error: no previous prototype for ‘gst_rtsp_cgroup_pool_get_type’ [-Werror=missing-prototypes]
This commit is contained in:
parent
e6b11af24a
commit
f68db78a1d
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ static void default_thread_enter (GstRTSPThreadPool * pool,
|
|||
static void default_configure_thread (GstRTSPThreadPool * pool,
|
||||
GstRTSPThread * thread, GstRTSPContext * ctx);
|
||||
|
||||
static GType gst_rtsp_cgroup_pool_get_type (void);
|
||||
|
||||
G_DEFINE_TYPE (GstRTSPCGroupPool, gst_rtsp_cgroup_pool,
|
||||
GST_TYPE_RTSP_THREAD_POOL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue