summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/gsturidownloader_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/gsturidownloader_debug.h')
-rw-r--r--subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/gsturidownloader_debug.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/gsturidownloader_debug.h b/subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/gsturidownloader_debug.h
new file mode 100644
index 0000000000..f7d36c00b1
--- /dev/null
+++ b/subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/gsturidownloader_debug.h
@@ -0,0 +1,12 @@
+#ifndef __GST_URIDOWNLOADER_DEBUG_H__
+#define __GST_URIDOWNLOADER_DEBUG_H__
+
+#include <gst/gst.h>
+
+G_BEGIN_DECLS
+
+GST_DEBUG_CATEGORY_EXTERN (uridownloader_debug);
+
+G_END_DECLS
+
+#endif /* __GST_URIDOWNLOADER_DEBUG_H__ */