gstreamer/plugins/nle
Justin Kim b7c97d8e87 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
2015-10-02 16:49:31 +02:00
..
.gitignore Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
gnlmarshal.list Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
gstnle.c Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
Makefile.am Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nle.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nlecomposition.c nlecomposition: fix wrong argument order of GClosureNotify 2015-10-02 16:49:31 +02:00
nlecomposition.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nleghostpad.c nle: Stop wrongly set operation segment base time 2015-09-15 12:08:00 +02:00
nleghostpad.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nleobject.c nle{composition,object}: remove unused allocation & trivial leakages 2015-09-24 13:05:55 +02:00
nleobject.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nleoperation.c nleoperation: don't leak iterator 2015-10-02 16:20:36 +02:00
nleoperation.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nlesource.c nle: Avoid unsetting srcpad target after the srcpad is already freed 2015-09-15 12:17:29 +02:00
nlesource.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nletypes.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nleurisource.c Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00
nleurisource.h Move NLE to a dedicated GstPlugin 2015-08-20 13:49:20 +02:00