gstreamer_core/tools/gst-typefind.c
changeset 20 7e3786c5ed27
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
19:24ed0baaf8e5 20:7e3786c5ed27
   135 }
   135 }
   136 
   136 
   137 int
   137 int
   138 main (int argc, char *argv[])
   138 main (int argc, char *argv[])
   139 {
   139 {
   140   gchar **filenames = NULL;
   140   static gchar **filenames = NULL;
   141   guint num, i;
   141   guint num, i;
   142   GError *err = NULL;
   142   GError *err = NULL;
   143   GOptionContext *ctx;
   143   GOptionContext *ctx;
   144   GOptionEntry options[] = {
   144   GOptionEntry options[] = {
   145     GST_TOOLS_GOPTION_VERSION,
   145     GST_TOOLS_GOPTION_VERSION,