identity: identity is GAP flag aware, no need to let it be unset by basetransform

This commit is contained in:
Sebastian Dröge 2010-09-09 16:11:41 +02:00
parent 3eb97aa32c
commit 62d40fa0db

View file

@ -291,6 +291,8 @@ gst_identity_init (GstIdentity * identity, GstIdentityClass * g_class)
identity->last_message = NULL;
identity->signal_handoffs = DEFAULT_SIGNAL_HANDOFFS;
g_static_rec_mutex_init (&identity->notify_lock);
gst_base_transform_set_gap_aware (GST_BASE_TRANSFORM_CAST (identity), TRUE);
}
static void