gstreamer_core/tsrc/examples/manual/pad/src/pad.c
branchRCL_3
changeset 29 567bb019e3e3
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
     7 #include "std_log_result.h" 
     7 #include "std_log_result.h" 
     8 #define LOG_FILENAME_LINE __FILE__, __LINE__
     8 #define LOG_FILENAME_LINE __FILE__, __LINE__
     9 
     9 
    10 void create_xml(int result)
    10 void create_xml(int result)
    11 {
    11 {
       
    12 
    12     if(result)
    13     if(result)
       
    14     {
    13         assert_failed = 1;
    15         assert_failed = 1;
    14     
    16     } 
       
    17 
    15     testResultXml(xmlfile);
    18     testResultXml(xmlfile);
    16     close_log_file();
    19     close_log_file();
       
    20 
       
    21     if(result)
       
    22     {
       
    23         exit (-1);
       
    24     }    
       
    25 
    17 }
    26 }
    18 
    27 
    19 
    28 
    20 #include <gst/gst.h>
    29 #include <gst/gst.h>
    21 GstElement* pipeline;
    30 GstElement* pipeline;