mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
nle: Set the NleOperation flags to NLE_OBJECT_OPERATION
Reviewed By: thiblahute Differential Revision: https://phabricator.freedesktop.org/D770
This commit is contained in:
parent
189eb79b10
commit
c247c911a0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue