gst_plugins_base/tsrc/check/libs/video/src/video.c
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 9 2a0f36a70380
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
    51 extern gboolean _gst_check_expecting_log;
    51 extern gboolean _gst_check_expecting_log;
    52 #endif
    52 #endif
    53 
    53 
    54 void create_xml(int result)
    54 void create_xml(int result)
    55 {
    55 {
       
    56 
    56     if(result)
    57     if(result)
       
    58     {
    57         assert_failed = 1;
    59         assert_failed = 1;
    58     
    60     } 
       
    61 
    59     testResultXml(xmlfile);
    62     testResultXml(xmlfile);
    60     close_log_file();
    63     close_log_file();
       
    64 
       
    65     if(result)
       
    66     {
       
    67         exit (-1);
       
    68     }    
       
    69 
    61 }
    70 }
    62 
    71 
    63 
    72 
    64 
    73 
    65 /* These are from the current/old videotestsrc; we check our new public API
    74 /* These are from the current/old videotestsrc; we check our new public API