summaryrefslogtreecommitdiff
path: root/modules/gst1/gst.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gst1/gst.h')
-rw-r--r--modules/gst1/gst.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/gst1/gst.h b/modules/gst1/gst.h
new file mode 100644
index 0000000..373bed7
--- /dev/null
+++ b/modules/gst1/gst.h
@@ -0,0 +1,9 @@
+/**
+ * @file gst.h Gstreamer playbin pipeline -- internal interface
+ *
+ * Copyright (C) 2010 Creytiv.com
+ */
+
+
+void gst1_dump_props(GstElement *g);
+void gst1_dump_caps(const GstCaps *caps);