gstreamer_core/tsrc/check/libs/gdp/src/gdp.c
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 9 2a0f36a70380
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
   112 
   112 
   113 //char* xmlfile = "collectpads";
   113 //char* xmlfile = "collectpads";
   114 
   114 
   115 void create_xml(int result)
   115 void create_xml(int result)
   116 {
   116 {
       
   117 
   117     if(result)
   118     if(result)
       
   119     {
   118         assert_failed = 1;
   120         assert_failed = 1;
   119     
   121     } 
       
   122 
   120     testResultXml(xmlfile);
   123     testResultXml(xmlfile);
   121     close_log_file();
   124     close_log_file();
       
   125 
       
   126     if(result)
       
   127     {
       
   128         exit (-1);
       
   129     }    
       
   130 
   122 }
   131 }
   123 
   132 
   124 
   133 
   125 /* test our method of reading and writing headers using TO/FROM_BE */
   134 /* test our method of reading and writing headers using TO/FROM_BE */
   126 void test_conversion()
   135 void test_conversion()