Skip to content

Commit

Permalink
examples: fix cgroup test build
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
tp-m committed Feb 25, 2014
1 parent e6b11af commit f68db78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/test-cgroups.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f68db78

Please sign in to comment.