nle: Set the NleOperation flags to NLE_OBJECT_OPERATION

Reviewed By: thiblahute

Differential Revision: https://phabricator.freedesktop.org/D770
This commit is contained in:
Sjors Gielen 2016-02-26 21:13:37 +01:00 committed by Thibault Saunier
parent 189eb79b10
commit c247c911a0

View file

@ -207,6 +207,7 @@ nle_operation_reset (NleOperation * operation)
static void
nle_operation_init (NleOperation * operation)
{
GST_OBJECT_FLAG_SET (operation, NLE_OBJECT_OPERATION);
nle_operation_reset (operation);
operation->element = NULL;
}