diff options
author | Sjors Gielen <sjors@sjorsgielen.nl> | 2016-02-26 21:13:37 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2016-02-26 21:13:56 +0100 |
commit | c247c911a04c03d6395f42d777f6dfe4c5147552 (patch) | |
tree | 90d4f250f0f7a2a6a559232ff818f51e9e44ac47 | |
parent | 189eb79b105d559e7b7458cb4b78155266c26e6b (diff) |
nle: Set the NleOperation flags to NLE_OBJECT_OPERATION
Reviewed By: thiblahute
Differential Revision: https://phabricator.freedesktop.org/D770
-rw-r--r-- | plugins/nle/nleoperation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/nle/nleoperation.c b/plugins/nle/nleoperation.c index 686c7b47..5e26af74 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; } |