projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189eb79
)
nle: Set the NleOperation flags to NLE_OBJECT_OPERATION
author
Sjors Gielen
<sjors@sjorsgielen.nl>
Fri, 26 Feb 2016 20:13:37 +0000
(21:13 +0100)
committer
Thibault 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
patch
|
blob
|
history
diff --git
a/plugins/nle/nleoperation.c
b/plugins/nle/nleoperation.c
index
686c7b4
..
5e26af7
100644
(file)
--- 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;
}