gst_ios_init.h 123 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#pragma once

#include <gst/gst.h>

G_BEGIN_DECLS

void gst_ios_pre_init(void);
void gst_ios_post_init(void);

G_END_DECLS