summaryrefslogtreecommitdiff
path: root/src/writer.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-04-24 22:01:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-04-24 22:01:25 (GMT)
commit20ae6e2cc2bf30432333c036a0efd551f125caf4 (patch)
treec9c4fe55e4c185d369802bb19e8ab7d7611e29a4 /src/writer.c
parent44c4330ebf74fb57205a5e1d73436f3c06f2b033 (diff)
added exec for post processing
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c
index 0459b19..16fa23e 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -87,7 +87,7 @@ static void fdremoved_cb(GstElement* sink, gint fd, gpointer data)
writer_t *writer = (writer_t*)data;
if(writer->post_process_)
- file_list_call_post_process(&(writer->files_), fd);
+ file_list_call_post_process(&(writer->files_), fd, writer->post_process_);
else
file_list_remove(&(writer->files_), fd);
}