aboutsummaryrefslogtreecommitdiff
path: root/test/test_gst.h
blob: 4d14ee21f21225246a47629a1dfe8a10ea6c0ac2 (plain)
1
2
3
4
5
6
7
8
#ifndef TEST_GST_H
#define TEST_GST_H

#include "../gst/info.h"

int test_gst_run (infos *info);

#endif