summaryrefslogtreecommitdiffstats
path: root/ext/directfb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/directfb')
-rw-r--r--ext/directfb/dfbvideosink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/directfb/dfbvideosink.h b/ext/directfb/dfbvideosink.h
index b83df381..bbab762d 100644
--- a/ext/directfb/dfbvideosink.h
+++ b/ext/directfb/dfbvideosink.h
@@ -71,9 +71,9 @@ struct _GstDfbVMode {
* The opaque #GstDfbVideoSink structure.
*/
struct _GstDfbVideoSink {
- /* Our element stuff */
GstVideoSink videosink;
+ /* < private > */
GMutex *pool_lock;
GSList *buffer_pool;