header for mixer.c, containing input_pipe_t
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 17 Apr 2001 17:48:19 +0000 (17:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 17 Apr 2001 17:48:19 +0000 (17:48 +0000)
Original commit message from CVS:
header for mixer.c, containing input_pipe_t

examples/mixer/mixer.h [new file with mode: 0644]
tests/old/examples/mixer/mixer.h [new file with mode: 0644]

diff --git a/examples/mixer/mixer.h b/examples/mixer/mixer.h
new file mode 100644 (file)
index 0000000..4d62c39
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * mixer.h header file
+ * thomas@apestaart.org
+ */
+
+typedef struct 
+{
+  GstElement *pipe;
+  
+  GstElement *disksrc;
+  GstElement *decoder;
+  GstElement *volenv;
+} input_pipe_t;
diff --git a/tests/old/examples/mixer/mixer.h b/tests/old/examples/mixer/mixer.h
new file mode 100644 (file)
index 0000000..4d62c39
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * mixer.h header file
+ * thomas@apestaart.org
+ */
+
+typedef struct 
+{
+  GstElement *pipe;
+  
+  GstElement *disksrc;
+  GstElement *decoder;
+  GstElement *volenv;
+} input_pipe_t;