summaryrefslogtreecommitdiff
path: root/ext/hls/gsthls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hls/gsthls.h')
-rw-r--r--ext/hls/gsthls.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/hls/gsthls.h b/ext/hls/gsthls.h
new file mode 100644
index 000000000..3806f4f21
--- /dev/null
+++ b/ext/hls/gsthls.h
@@ -0,0 +1,12 @@
+#ifndef __GST_HLS_H__
+#define __GST_HLS_H__
+
+#include <gst/gst.h>
+
+G_BEGIN_DECLS
+
+GST_DEBUG_CATEGORY_EXTERN (hls_debug);
+
+G_END_DECLS
+
+#endif /* __GST_HLS_H__ */