gst_plugins_symbian/gst/devsound/gsterrorconcealment.c
changeset 11 1373546e05c6
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
10:6f340f756486 11:1373546e05c6
    52       NULL
    52       NULL
    53     };
    53     };
    54 
    54 
    55   
    55   
    56     error_concealment_type = g_type_register_static (G_TYPE_INTERFACE, "GstErrorConcealment",
    56     error_concealment_type = g_type_register_static (G_TYPE_INTERFACE, "GstErrorConcealment",
    57         &error_concealment_info, 0);
    57         &error_concealment_info, (GTypeFlags)0);
    58 
    58 
    59   }
    59   }
    60 
    60 
    61   return error_concealment_type;
    61   return error_concealment_type;
    62 }
    62 }