summaryrefslogtreecommitdiff
path: root/ext/hls/gsthls.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-01 13:21:45 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-12-01 17:51:34 +0000
commitefe62292a3d045126654d93239fdf4cc8e48ae08 (patch)
tree87eb42b0a6daa3e3c77e144c23cf98097926bf6e /ext/hls/gsthls.h
parentfac4ed18d45c455e3971b1eb6d09246c7eafe00f (diff)
downloadgstreamer-plugins-bad-efe62292a3d045126654d93239fdf4cc8e48ae08.tar.gz
hls: rename plugin from fragmented to hls
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__ */