gstreamer_core/tsrc/check/gst/gstcaps/src/gstcaps.c
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 9 2a0f36a70380
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
    73 extern GList *buffers = NULL;
    73 extern GList *buffers = NULL;
    74 #endif
    74 #endif
    75 
    75 
    76 void create_xml(int result)
    76 void create_xml(int result)
    77 {
    77 {
       
    78 
    78     if(result)
    79     if(result)
       
    80     {
    79         assert_failed = 1;
    81         assert_failed = 1;
    80     
    82     } 
       
    83 
    81     testResultXml(xmlfile);
    84     testResultXml(xmlfile);
    82     close_log_file();
    85     close_log_file();
       
    86 
       
    87     if(result)
       
    88     {
       
    89         exit (-1);
       
    90     }    
       
    91 
    83 }
    92 }
    84 
    93 
    85 
    94 
    86 
    95 
    87 void test_from_string()
    96 void test_from_string()