equal
deleted
inserted
replaced
|
1 #include <gst/gst_global.h> |
|
2 #include <stdlib.h> |
|
3 #include <gst/gst.h> |
|
4 #include <glib.h> |
|
5 #include <string.h> |
|
6 |
|
7 int |
|
8 main (int argc, char *argv[]) |
|
9 { |
|
10 //This will update registry |
|
11 gst_init (&argc, &argv); |
|
12 return 0; |
|
13 } |