mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
identity: identity is GAP flag aware, no need to let it be unset by basetransform
This commit is contained in:
parent
3eb97aa32c
commit
62d40fa0db
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@ gst_identity_init (GstIdentity * identity, GstIdentityClass * g_class)
|
||||||
identity->last_message = NULL;
|
identity->last_message = NULL;
|
||||||
identity->signal_handoffs = DEFAULT_SIGNAL_HANDOFFS;
|
identity->signal_handoffs = DEFAULT_SIGNAL_HANDOFFS;
|
||||||
g_static_rec_mutex_init (&identity->notify_lock);
|
g_static_rec_mutex_init (&identity->notify_lock);
|
||||||
|
|
||||||
|
gst_base_transform_set_gap_aware (GST_BASE_TRANSFORM_CAST (identity), TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue