blob: d3b6c50839a2032ae59dd95b405953e4e84c1b26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- testsuite/multifilesink/multifilesrc_test.c.orig Tue Nov 23 23:46:51 2004
+++ testsuite/multifilesink/multifilesrc_test.c Tue Nov 23 23:47:18 2004
@@ -3,7 +3,6 @@
int
main (int argc, char **argv)
{
- gst_init (&argc, &argv);
GSList *locations;
int i;
@@ -11,6 +10,8 @@
//gboolean retval;
GstElement *pipeline, *src, *sink;
+
+ gst_init (&argc, &argv);
g_print ("creating sink\n");
sink = gst_element_factory_make ("multifilesink", "sink");
|