nlecomposition: fix wrong argument order of GClosureNotify
authorJustin Kim <justin.kim@collabora.com>
Fri, 2 Oct 2015 14:49:31 +0000 (16:49 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 2 Oct 2015 14:49:31 +0000 (16:49 +0200)
commitb7c97d8e87449529a10d7c03af144676cb653fe1
tree2b12ccbe64b912687125241b3daeed02df09b98a
parentb9112cac48f6e77e80ac13a28f35fd79e4967a4d
nlecomposition: fix wrong argument order of GClosureNotify

Summary:
_free_action should follow GClosureNotify type.

```
void
(*GClosureNotify) (gpointer data,
                   GClosure *closure);
```

Reviewers: thiblahute

Projects: #gstreamer_editing_services

Reviewed By: thiblahute

Differential Revision: https://phabricator.freedesktop.org/D323
plugins/nle/nlecomposition.c