gst_plugins_base/tsrc/check/elements/playbin/src/playbin.c
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 9 2a0f36a70380
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
    33 #include "std_log_result.h" 
    33 #include "std_log_result.h" 
    34 #define LOG_FILENAME_LINE __FILE__, __LINE__
    34 #define LOG_FILENAME_LINE __FILE__, __LINE__
    35 
    35 
    36 void create_xml(int result)
    36 void create_xml(int result)
    37 {
    37 {
       
    38 
    38     if(result)
    39     if(result)
       
    40     {
    39         assert_failed = 1;
    41         assert_failed = 1;
    40     
    42     } 
       
    43 
    41     testResultXml(xmlfile);
    44     testResultXml(xmlfile);
    42     close_log_file();
    45     close_log_file();
       
    46 
       
    47     if(result)
       
    48     {
       
    49         exit (-1);
       
    50     }    
       
    51 
    43 }
    52 }
    44 
    53 
    45 #ifndef GST_DISABLE_REGISTRY
    54 #ifndef GST_DISABLE_REGISTRY
    46 
    55 
    47 static GType gst_red_video_src_get_type (void);
    56 static GType gst_red_video_src_get_type (void);