mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
kmsbufferpool: Removed unused member fd
https://bugzilla.gnome.org/show_bug.cgi?id=787593
This commit is contained in:
parent
045a91922c
commit
0a25ca893d
1 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_kms_buffer_pool_debug);
|
|||
|
||||
struct _GstKMSBufferPoolPrivate
|
||||
{
|
||||
gint fd;
|
||||
GstVideoInfo vinfo;
|
||||
GstAllocator *allocator;
|
||||
gboolean add_videometa;
|
||||
|
@ -184,7 +183,6 @@ static void
|
|||
gst_kms_buffer_pool_init (GstKMSBufferPool * pool)
|
||||
{
|
||||
pool->priv = gst_kms_buffer_pool_get_instance_private (pool);
|
||||
pool->priv->fd = -1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue