mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +00:00
Cosmetics (vertical alignment).
This commit is contained in:
parent
358be3dda9
commit
1959fa5b20
1 changed files with 2 additions and 2 deletions
|
@ -187,8 +187,8 @@ gst_vaapi_object_init(GstVaapiObject *object)
|
|||
{
|
||||
GstVaapiObjectPrivate *priv = GST_VAAPI_OBJECT_GET_PRIVATE(object);
|
||||
|
||||
object->priv = priv;
|
||||
priv->display = NULL;
|
||||
object->priv = priv;
|
||||
priv->display = NULL;
|
||||
priv->id = VA_INVALID_ID;
|
||||
priv->is_destroying = FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue