From 09368ff155b216478aa283b5cc592e87d62f2cc7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Apr 2009 19:41:36 +0200 Subject: [PATCH] taskpool: fix a comment --- gst/gsttaskpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsttaskpool.h b/gst/gsttaskpool.h index ff5106b68a..d9f922d43b 100644 --- a/gst/gsttaskpool.h +++ b/gst/gsttaskpool.h @@ -97,4 +97,4 @@ void gst_task_pool_cleanup (GstTaskPool *pool); G_END_DECLS -#endif /* __GST_TASK_H__ */ +#endif /* __GST_TASK_POOL_H__ */