From c247c911a04c03d6395f42d777f6dfe4c5147552 Mon Sep 17 00:00:00 2001 From: Sjors Gielen Date: Fri, 26 Feb 2016 21:13:37 +0100 Subject: [PATCH] nle: Set the NleOperation flags to NLE_OBJECT_OPERATION Reviewed By: thiblahute Differential Revision: https://phabricator.freedesktop.org/D770 --- plugins/nle/nleoperation.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/nle/nleoperation.c b/plugins/nle/nleoperation.c index 686c7b47c9..5e26af743d 100644 --- a/plugins/nle/nleoperation.c +++ b/plugins/nle/nleoperation.c @@ -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; }