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:
Tim-Philipp Müller 2014-02-25 14:06:47 +00:00
parent e6b11af24a
commit f68db78a1d

View file

@ -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);