diff options
Diffstat (limited to 'ext/directfb')
-rw-r--r-- | ext/directfb/dfbvideosink.h | 2 |
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; |