nle: Set the NleOperation flags to NLE_OBJECT_OPERATION
authorSjors Gielen <sjors@sjorsgielen.nl>
Fri, 26 Feb 2016 20:13:37 +0000 (21:13 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 26 Feb 2016 20:13:56 +0000 (21:13 +0100)
Reviewed By: thiblahute

Differential Revision: https://phabricator.freedesktop.org/D770

plugins/nle/nleoperation.c

index 686c7b4..5e26af7 100644 (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;
 }